[Xfce4-commits] <midori:master> Use Preferences icon for Tools if used in the toolbar

Christian Dywan noreply at xfce.org
Thu Dec 3 01:38:02 CET 2009


Updating branch refs/heads/master
         to c7601bdb9a8329a2607950fafa95ca2934c48b69 (commit)
       from ded15730549e3f30c43191764206193caf9ccb45 (commit)

commit c7601bdb9a8329a2607950fafa95ca2934c48b69
Author: Christian Dywan <christian at twotoasts.de>
Date:   Thu Dec 3 00:06:53 2009 +0100

    Use Preferences icon for Tools if used in the toolbar

 midori/midori-browser.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/midori/midori-browser.c b/midori/midori-browser.c
index 3016cdb..4c8d07e 100644
--- a/midori/midori-browser.c
+++ b/midori/midori-browser.c
@@ -5746,6 +5746,7 @@ midori_browser_init (MidoriBrowser* browser)
     action = g_object_new (KATZE_TYPE_ARRAY_ACTION,
         "name", "Tools",
         "label", _("_Tools"),
+        "stock-id", GTK_STOCK_PREFERENCES,
         "array", katze_array_new (KATZE_TYPE_ITEM),
         NULL);
     g_object_connect (action,



More information about the Xfce4-commits mailing list