pidgin/gtkdocklet.c

changeset 39913
ce96d4639dc7
parent 39834
0345d198dbd6
child 40197
75ffd76260fc
equal deleted inserted replaced
39912:94c809048a88 39913:ce96d4639dc7
102 if (newflag & PIDGIN_DOCKLET_CONV_PENDING) 102 if (newflag & PIDGIN_DOCKLET_CONV_PENDING)
103 icon_name = PIDGIN_STOCK_TRAY_PENDING; 103 icon_name = PIDGIN_STOCK_TRAY_PENDING;
104 if (newflag & PIDGIN_DOCKLET_CONNECTING) 104 if (newflag & PIDGIN_DOCKLET_CONNECTING)
105 icon_name = PIDGIN_STOCK_TRAY_CONNECT; 105 icon_name = PIDGIN_STOCK_TRAY_CONNECT;
106 106
107 if (icon_name) { 107 gtk_status_icon_set_from_icon_name(docklet, icon_name);
108 gtk_status_icon_set_from_icon_name(docklet, icon_name);
109 }
110 } 108 }
111 109
112 static GList * 110 static GList *
113 get_pending_list(guint max) 111 get_pending_list(guint max)
114 { 112 {

mercurial