[Xfce4-commits] <midori:master> Use Properties stock icon for the compact menu

Christian Dywan noreply at xfce.org
Mon Nov 22 03:50:04 CET 2010


Updating branch refs/heads/master
         to 5f90c91a245c2e9428010aeb7a298e1a2184caf5 (commit)
       from 8ad224c9a8f7240cd2d0e003d70c43b783369761 (commit)

commit 5f90c91a245c2e9428010aeb7a298e1a2184caf5
Author: Christian Dywan <christian at twotoasts.de>
Date:   Sun Nov 21 16:52:10 2010 +0100

    Use Properties stock icon for the compact menu

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

diff --git a/midori/midori-browser.c b/midori/midori-browser.c
index d456032..c8120ad 100644
--- a/midori/midori-browser.c
+++ b/midori/midori-browser.c
@@ -5668,7 +5668,7 @@ midori_browser_init (MidoriBrowser* browser)
     action = g_object_new (KATZE_TYPE_ARRAY_ACTION,
         "name", "CompactMenu",
         "label", _("_Menu"),
-        "stock-id", STOCK_WEB_BROWSER,
+        "stock-id", GTK_STOCK_PROPERTIES,
         "tooltip", _("Menu"),
         "array", katze_array_new (KATZE_TYPE_ITEM),
         NULL);



More information about the Xfce4-commits mailing list