Mercurial > pidgin.yaz
diff src/gnome_applet_mgr.c @ 46:be3417b255db
[gaim-migrate @ 55]
Various little touch-ups
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Sat, 25 Mar 2000 22:28:17 +0000 |
parents | e91430c2b276 |
children | bfdc427b936d |
line wrap: on
line diff
--- a/src/gnome_applet_mgr.c Sat Mar 25 21:42:13 2000 +0000 +++ b/src/gnome_applet_mgr.c Sat Mar 25 22:28:17 2000 +0000 @@ -263,7 +263,7 @@ char *awayname; applet_widget_register_callback_dir(APPLET_WIDGET(applet), - "away", + "away/", _("Away")); applet_widget_register_callback(APPLET_WIDGET(applet), "away/new", @@ -308,7 +308,7 @@ awy = awy->next; free(awayname); } - applet_widget_unregister_callback_dir(APPLET_WIDGET(applet), "away"); + applet_widget_unregister_callback_dir(APPLET_WIDGET(applet), "away/"); applet_widget_unregister_callback(APPLET_WIDGET(applet), "away"); }