From 63d7df5a0acef44b593cd90ee509a1be6cc7e3d4 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Sun, 19 Feb 2012 18:45:56 +0100 Subject: [PATCH] Remove bogus widget_destroyed callback in Shortcuts Fixes: https://bugs.launchpad.net/midori/+bug/933082 --- extensions/shortcuts.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/extensions/shortcuts.c b/extensions/shortcuts.c index 552f1694..b4cb0427 100644 --- a/extensions/shortcuts.c +++ b/extensions/shortcuts.c @@ -180,8 +180,6 @@ shortcuts_get_preferences_dialog (MidoriExtension* extension) GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE, #endif NULL); - g_signal_connect (dialog, "destroy", - G_CALLBACK (gtk_widget_destroyed), &dialog); gtk_window_set_icon_name (GTK_WINDOW (dialog), GTK_STOCK_PROPERTIES); sokoke_widget_get_text_size (dialog, "M", &width, &height); gtk_window_set_default_size (GTK_WINDOW (dialog), width * 52, height * 24); -- 2.39.5