blob: d3cd5fdfda187231b36cdf8efc4858fc277c1b10 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- src/tray-icon.c.orig Sun Oct 17 00:43:58 2004
+++ src/tray-icon.c Wed Oct 27 00:08:40 2004
@@ -201,10 +201,10 @@
int monitor = gdk_screen_get_monitor_at_window(
gtk_widget_get_screen(tv), tv->window);
GtkWidget *eventb;
+ char *tooltiptext = NULL;
if(tip != NULL) return FALSE;
- char *tooltiptext = NULL;
tooltiptext = tray_get_tooltip_text();
gdk_screen_get_monitor_geometry(
|