# HG changeset patch # User Eric Warmenhoven # Date 954023297 0 # Node ID be3417b255db89c90ed805c0556dee5ae114e623 # Parent 939455223459ad768ed4c58bce2965b2a9f9a33a [gaim-migrate @ 55] Various little touch-ups committer: Tailor Script diff -r 939455223459 -r be3417b255db README --- a/README Sat Mar 25 21:42:13 2000 +0000 +++ b/README Sat Mar 25 22:28:17 2000 +0000 @@ -33,8 +33,9 @@ whatever. The panel (if you made an applet) requires certain things to be in certain -places, I recommend adding the options --sysconfdir=/etc --datadir=/usr/share -to ./configure --enable-gnome +places, I recommend running: +./configure --enable-gnome --sysconfdir=`gnome-config --sysconfdir` \ +--datadir=`gnome-config --datadir` Send me bug reports. The web page is http://www.marko.net/gaim and the ftp site is ftp://ftp.marko.net/pub/gaim diff -r 939455223459 -r be3417b255db src/gnome_applet_mgr.c --- 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"); }