changeset 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 939455223459
children f36f7f0af7d4
files README src/gnome_applet_mgr.c
diffstat 2 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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");
 }