Commit f803787c authored by Sam Hocevar's avatar Sam Hocevar

* ./plugins/gtk/gnome_callbacks.c: fixed a crash when activating preferences

    from the popup menu.
parent c079b513
...@@ -4,7 +4,8 @@ ...@@ -4,7 +4,8 @@
HEAD HEAD
* Nothing yet. * ./plugins/gtk/gnome_callbacks.c: fixed a crash when activating preferences
from the popup menu.
0.4.1 0.4.1
Mon, 3 Jun 2002 23:43:35 +0200 Mon, 3 Jun 2002 23:43:35 +0200
......
...@@ -223,7 +223,7 @@ void ...@@ -223,7 +223,7 @@ void
GnomePopupPreferencesActivate (GtkMenuItem *menuitem, GnomePopupPreferencesActivate (GtkMenuItem *menuitem,
gpointer user_data) gpointer user_data)
{ {
GtkPreferencesActivate( menuitem, "intf_window" ); GtkPreferencesActivate( menuitem, "intf_popup" );
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment