[Xfce4-commits] <terminal:master> Set stock menu icon for toolbar.

Nick Schermer noreply at xfce.org
Wed Dec 19 21:54:02 CET 2012


Updating branch refs/heads/master
         to 3309b6866d36a3c8f918bd96e5d5a2fad043d7b3 (commit)
       from 58701d92731d5cfda5906632512041f3ad758193 (commit)

commit 3309b6866d36a3c8f918bd96e5d5a2fad043d7b3
Author: Nick Schermer <nick at xfce.org>
Date:   Tue Dec 18 20:08:00 2012 +0100

    Set stock menu icon for toolbar.
    
    Forgot we had a toolbar...

 terminal/terminal-window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/terminal/terminal-window.c b/terminal/terminal-window.c
index 0017b10..7f390cb 100644
--- a/terminal/terminal-window.c
+++ b/terminal/terminal-window.c
@@ -250,7 +250,7 @@ static const GtkToggleActionEntry toggle_action_entries[] =
   { "show-menubar", NULL, N_ ("Show _Menubar"), NULL, N_ ("Show/hide the menubar"), G_CALLBACK (terminal_window_action_show_menubar), FALSE, },
   { "show-toolbars", NULL, N_ ("Show _Toolbars"), NULL, N_ ("Show/hide the toolbars"), G_CALLBACK (terminal_window_action_show_toolbars), FALSE, },
   { "show-borders", NULL, N_ ("Show Window _Borders"), NULL, N_ ("Show/hide the window decorations"), G_CALLBACK (terminal_window_action_show_borders), TRUE, },
-  { "fullscreen", NULL, N_ ("_Fullscreen"), NULL, N_ ("Toggle fullscreen mode"), G_CALLBACK (terminal_window_action_fullscreen), FALSE, },
+  { "fullscreen", GTK_STOCK_FULLSCREEN, N_ ("_Fullscreen"), NULL, N_ ("Toggle fullscreen mode"), G_CALLBACK (terminal_window_action_fullscreen), FALSE, },
 };
 
 


More information about the Xfce4-commits mailing list