]> spindle.queued.net Git - midori/commitdiff
Move crash dialogue preference into the dialogue itself
authorChristian Dywan <christian@twotoasts.de>
Mon, 4 Apr 2011 19:33:52 +0000 (21:33 +0200)
committerChristian Dywan <christian@twotoasts.de>
Mon, 4 Apr 2011 19:33:52 +0000 (21:33 +0200)
midori/main.c
midori/midori-preferences.c

index 3b841ccae4bf74d4ce44fd87db1b2a554b0e97ba..645e03e0453ede16d70a093667ceb7f48bf3851f 100644 (file)
@@ -1054,6 +1054,9 @@ midori_create_diagnostic_dialog (MidoriWebSettings* settings,
     gtk_box_pack_start (GTK_BOX (box), button, FALSE, FALSE, 4);
     gtk_widget_show_all (box);
     gtk_container_add (GTK_CONTAINER (content_area), box);
+    button = katze_property_proxy (settings, "show-crash-dialog", NULL);
+    gtk_widget_show (button);
+    gtk_container_add (GTK_CONTAINER (content_area), button);
     #ifdef HAVE_HILDON_2_2
     box = gtk_hbox_new (FALSE, 4);
     gtk_box_pack_start (GTK_BOX (GTK_DIALOG (dialog)->vbox), box, TRUE, FALSE, 4);
index 5d3cfdd078c0eae01b5dc1d81e9e8382fb9d0c16..6bfba5d66b7c962caf750ac8c2900813a997ae45 100644 (file)
@@ -355,8 +355,6 @@ midori_preferences_set_settings (MidoriPreferences* preferences,
         SPANNED_ADD (button);
         #endif
     }
-    button = katze_property_proxy (settings, "show-crash-dialog", NULL);
-    INDENTED_ADD (button);
     FRAME_NEW (_("Transfers"));
     #if !HAVE_HILDON
     label = katze_property_label (settings, "download-folder");