]> spindle.queued.net Git - midori/commitdiff
Do not use long texts in the preferences but in tooltips
authorChristian Dywan <christian@twotoasts.de>
Sat, 28 Mar 2009 22:12:08 +0000 (23:12 +0100)
committerChristian Dywan <christian@twotoasts.de>
Sat, 28 Mar 2009 22:12:08 +0000 (23:12 +0100)
midori/midori-preferences.c

index 753e3136c6949b01bc308e54c20167551c54af01..2f7441e364328d6612cb6f9ee6d9a837bd31f5a3 100644 (file)
@@ -418,7 +418,7 @@ midori_preferences_set_settings (MidoriPreferences* preferences,
         gtk_box_pack_start (GTK_BOX (hbox), button, FALSE, FALSE, 0);
     }
     FILLED_ADD (hbox, 1, 2, 1, 2);
-    button = katze_property_proxy (settings, "show-crash-dialog", "blurb");
+    button = katze_property_proxy (settings, "show-crash-dialog", NULL);
     SPANNED_ADD (button, 0, 2, 2, 3);
     FRAME_NEW (_("Transfers"));
     TABLE_NEW (3, 2);
@@ -616,7 +616,7 @@ midori_preferences_set_settings (MidoriPreferences* preferences,
     INDENTED_ADD (label, 0, 1, 0, 1);
     button = katze_property_proxy (settings, "accept-cookies", NULL);
     FILLED_ADD (button, 1, 2, 0, 1);
-    button = katze_property_proxy (settings, "original-cookies-only", "blurb");
+    button = katze_property_proxy (settings, "original-cookies-only", NULL);
     SPANNED_ADD (button, 0, 2, 1, 2);
     label = katze_property_label (settings, "maximum-cookie-age");
     INDENTED_ADD (label, 0, 1, 2, 3);