changeset 15401:74ab783e3676

use available icon in statusbox
author Sean Egan <seanegan@gmail.com>
date Wed, 24 Jan 2007 20:06:47 +0000
parents 97663c995ee7
children 1ff775fd97ea 3a943f4af57e
files ChangeLog Makefile.am pidgin/gtkstatusbox.c po/ChangeLog
diffstat 4 files changed, 20 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Jan 24 19:40:42 2007 +0000
+++ b/ChangeLog	Wed Jan 24 20:06:47 2007 +0000
@@ -1,3 +1,8 @@
+2007-01-24  gettextize  <bug-gnu-gettext@gnu.org>
+
+	* Makefile.am (ACLOCAL_AMFLAGS): New variable.
+	(EXTRA_DIST): Add config.rpath, m4/ChangeLog.
+
 Gaim: The Pimpin' Penguin IM Client that's good for the soul!
 
 version 2.0.0:
--- a/Makefile.am	Wed Jan 24 19:40:42 2007 +0000
+++ b/Makefile.am	Wed Jan 24 20:06:47 2007 +0000
@@ -1,4 +1,4 @@
-EXTRA_DIST = \
+EXTRA_DIST = config.rpath m4/ChangeLog  \
 		COPYRIGHT \
 		ChangeLog.API \
 		ChangeLog.win32 \
@@ -71,3 +71,5 @@
 
 DISTCLEANFILES= gaim.desktop libpurple/gconf/gaim.schemas intltool-extract \
 			intltool-merge intltool-update
+
+ACLOCAL_AMFLAGS = -I m4
--- a/pidgin/gtkstatusbox.c	Wed Jan 24 19:40:42 2007 +0000
+++ b/pidgin/gtkstatusbox.c	Wed Jan 24 20:06:47 2007 +0000
@@ -968,7 +968,7 @@
 
 	if (status_box->account == NULL)
 	{
-		pixbuf = gtk_widget_render_icon (GTK_WIDGET(status_box->vbox), GAIM_STOCK_STATUS_ONLINE,
+		pixbuf = gtk_widget_render_icon (GTK_WIDGET(status_box->vbox), GAIM_STOCK_STATUS_AVAILABLE,
 		                                 icon_size, "GtkGaimStatusBox");
 		/* Do all the currently enabled accounts have the same statuses?
 		 * If so, display them instead of our global list.
--- a/po/ChangeLog	Wed Jan 24 19:40:42 2007 +0000
+++ b/po/ChangeLog	Wed Jan 24 20:06:47 2007 +0000
@@ -1,3 +1,14 @@
+2007-01-24  gettextize  <bug-gnu-gettext@gnu.org>
+
+	* Makefile.in.in: Upgrade to gettext-0.14.5.
+	* Rules-quot: New file, from gettext-0.14.5.
+	* boldquot.sed: New file, from gettext-0.14.5.
+	* en@boldquot.header: New file, from gettext-0.14.5.
+	* en@quot.header: New file, from gettext-0.14.5.
+	* insert-header.sin: New file, from gettext-0.14.5.
+	* quot.sed: New file, from gettext-0.14.5.
+	* remove-potcdate.sin: New file, from gettext-0.14.5.
+
 Gaim: The Pimpin' Penguin IM Clone that's good for the soul!
 
 version 2.0.0: