blob: 9d538293294b8225ce7f2a170a96c65a178bfa6e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
diff -Nur rox-2.2.0-orig/ROX-Filer/src/toolbar.c rox-2.2.0/ROX-Filer/src/toolbar.c
--- rox-2.2.0-orig/ROX-Filer/src/toolbar.c 2005-06-19 15:34:28.000000000 -0600
+++ rox-2.2.0/ROX-Filer/src/toolbar.c 2005-06-19 15:35:36.000000000 -0600
@@ -61,7 +61,6 @@
Option o_toolbar, o_toolbar_info, o_toolbar_disable;
Option o_toolbar_min_width;
-static GtkTooltips *tooltips = NULL;
static FilerWindow *filer_window_being_counted;
/* TRUE if the button presses (or released) should open a new window,
@@ -175,8 +174,6 @@
GTK_STOCK_CLOSE);
option_add_int(&o_toolbar_min_width, "toolbar_min_width", 1);
option_add_notify(option_notify);
-
- tooltips = gtk_tooltips_new();
option_register_widget("tool-options", build_tool_options);
}
|