summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWouter Bolsterlee <wbolster@src.gnome.org>2008-11-13 15:52:33 +0000
committerWouter Bolsterlee <wbolster@src.gnome.org>2008-11-13 15:52:33 +0000
commit6fb37c25e6d1711f2057b321ec330ef4a94f0896 (patch)
treed4ed33f95d3ce3cdab65c738c30f8b4f5ef45a90
parent83f869b9484c775832a961287996f2e2df4b4401 (diff)
Fixed typo in previous commit
svn path=/branches/gnome-2-24/; revision=11125
-rw-r--r--gswitchit/gswitchit-applet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gswitchit/gswitchit-applet.c b/gswitchit/gswitchit-applet.c
index 1464e9a1e..db03951bf 100644
--- a/gswitchit/gswitchit-applet.c
+++ b/gswitchit/gswitchit-applet.c
@@ -532,7 +532,7 @@ GSwitchItAppletSetupGroupsSubmenu (GSwitchItApplet * sia)
bonobo_ui_component_add_verb (popup, verb, (BonoboUIVerbFn)
GSwitchItAppletCmdSetGroup,
sia);
- bonobo-ui_node_unref (node);
+ bonobo_ui_node_unref (node);
xkl_debug (160,
"Registered group menu item \'%s\' as \'%s\'\n",
verb, *currentName);