| 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 { |