]> spindle.queued.net Git - midori/commitdiff
List some tool items in Preferences
authorChristian Dywan <christian@twotoasts.de>
Sat, 18 Oct 2008 19:48:41 +0000 (21:48 +0200)
committerChristian Dywan <christian@twotoasts.de>
Sat, 18 Oct 2008 19:48:41 +0000 (21:48 +0200)
midori/midori-preferences.c

index fa7c2bb0f77fa3082b7676cb04e2eace7c337d1b..cce0284b415182935d7979ce3484a684ab3ee1e8 100644 (file)
@@ -401,15 +401,22 @@ midori_preferences_set_settings (MidoriPreferences* preferences,
     /* Page "Interface" */
     PAGE_NEW (GTK_STOCK_CONVERT, _("Interface"));
     FRAME_NEW (_("Navigationbar"));
-    TABLE_NEW (3, 2);
+    TABLE_NEW (4, 2);
     INDENTED_ADD (katze_property_label (settings, "toolbar-style"), 0, 1, 0, 1);
     button = katze_property_proxy (settings, "toolbar-style", NULL);
     FILLED_ADD (button, 1, 2, 0, 1);
     INDENTED_ADD (katze_property_label (settings, "toolbar-items"), 0, 1, 1, 2);
     button = katze_property_proxy (settings, "toolbar-items", NULL);
     FILLED_ADD (button, 1, 2, 1, 2);
+    button = gtk_label_new (NULL);
+    gtk_label_set_markup (GTK_LABEL (button),
+        "<span size='smaller'>"
+        "TabNew, Open, Print, Find, Location, Preferences, Window, Bookmarks\n"
+        "ReloadStop, ZoomIn, ZoomOut, Back, Forward, Homepage, Search, Trash"
+        "</span>");
+    FILLED_ADD (button, 0, 2, 2, 3);
     button = katze_property_proxy (settings, "always-show-tabbar", NULL);
-    INDENTED_ADD (button, 0, 1, 2, 3);
+    INDENTED_ADD (button, 0, 1, 3, 4);
     FRAME_NEW (_("Browsing"));
     TABLE_NEW (3, 2);
     /* label = katze_property_label (settings, "open-new-pages-in");