diff pidgin/gtkutils.c @ 16255:4e01fc165b28

use the invisible icon
author Richard Nelson <wabz@pidgin.im>
date Thu, 19 Apr 2007 01:22:55 +0000
parents 0973688f4b74
children 391a79778f89 08db93bbd798
line wrap: on
line diff
--- a/pidgin/gtkutils.c	Thu Apr 19 01:21:25 2007 +0000
+++ b/pidgin/gtkutils.c	Thu Apr 19 01:22:55 2007 +0000
@@ -1569,6 +1569,9 @@
         else if (prim == PURPLE_STATUS_EXTENDED_AWAY)
                 pixbuf = gtk_widget_render_icon (w, PIDGIN_STOCK_STATUS_XA,
                                                  icon_size, "GtkWidget");
+        else if (prim == PURPLE_STATUS_INVISIBLE)
+                pixbuf = gtk_widget_render_icon (w, PIDGIN_STOCK_STATUS_INVISIBLE,
+                                                 icon_size, "GtkWidget");
         else if (prim == PURPLE_STATUS_OFFLINE)
                 pixbuf = gtk_widget_render_icon (w, PIDGIN_STOCK_STATUS_OFFLINE,
                                                  icon_size, "GtkWidget");