ekiga r6600 - in trunk: . src/gui
- From: dsandras svn gnome org
- To: svn-commits-list gnome org
- Subject: ekiga r6600 - in trunk: . src/gui
- Date: Wed, 13 Aug 2008 20:10:31 +0000 (UTC)
Author: dsandras
Date: Wed Aug 13 20:10:31 2008
New Revision: 6600
URL: http://svn.gnome.org/viewvc/ekiga?rev=6600&view=rev
Log:
Smaller icons.
Modified:
trunk/ChangeLog
trunk/src/gui/statusicon.cpp
Modified: trunk/src/gui/statusicon.cpp
==============================================================================
--- trunk/src/gui/statusicon.cpp (original)
+++ trunk/src/gui/statusicon.cpp Wed Aug 13 20:10:31 2008
@@ -429,14 +429,14 @@
/* Update the status icon */
if (short_status == "away")
pixbuf = gtk_widget_render_icon (chat_window, GM_STOCK_STATUS_AWAY,
- GTK_ICON_SIZE_SMALL_TOOLBAR, NULL);
+ GTK_ICON_SIZE_MENU, NULL);
else if (short_status == "dnd")
pixbuf = gtk_widget_render_icon (chat_window, GM_STOCK_STATUS_DND,
- GTK_ICON_SIZE_SMALL_TOOLBAR, NULL);
+ GTK_ICON_SIZE_MENU, NULL);
else
pixbuf = gtk_widget_render_icon (chat_window, GM_STOCK_STATUS_ONLINE,
- GTK_ICON_SIZE_SMALL_TOOLBAR, NULL);
+ GTK_ICON_SIZE_MENU, NULL);
gtk_status_icon_set_from_pixbuf (GTK_STATUS_ICON (statusicon), pixbuf);
g_object_unref (pixbuf);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]