[Xfce4-commits] <terminal:master> Use package name for notebook group.

Nick Schermer noreply at xfce.org
Thu Dec 20 22:16:03 CET 2012


Updating branch refs/heads/master
         to 2db4bcb21cd06f56c89ce858fd7cebc97053fe53 (commit)
       from 99e272cd9061301942ae64f55d73c5dbe1651def (commit)

commit 2db4bcb21cd06f56c89ce858fd7cebc97053fe53
Author: Nick Schermer <nick at xfce.org>
Date:   Thu Dec 20 21:48:29 2012 +0100

    Use package name for notebook group.

 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 9378044..578499c 100644
--- a/terminal/terminal-window.c
+++ b/terminal/terminal-window.c
@@ -204,7 +204,7 @@ struct _TerminalWindow
 
 
 static guint         window_signals[LAST_SIGNAL];
-static gconstpointer window_notebook_group = "Terminal";
+static gconstpointer window_notebook_group = PACKAGE_NAME;
 static GQuark        gomenu_action_quark = 0;
 
 


More information about the Xfce4-commits mailing list