| 228 |
228 |
| 229 purple_debug(PURPLE_DEBUG_INFO, "docklet", "destroyed\n"); |
229 purple_debug(PURPLE_DEBUG_INFO, "docklet", "destroyed\n"); |
| 230 } |
230 } |
| 231 |
231 |
| 232 static gboolean |
232 static gboolean |
| 233 docklet_x11_embed_timeout_cb(void) |
233 docklet_x11_embed_timeout_cb(gpointer data) |
| 234 { |
234 { |
| 235 /* The docklet was not embedded within the timeout. |
235 /* The docklet was not embedded within the timeout. |
| 236 * Remove it as a visibility manager, but leave the plugin |
236 * Remove it as a visibility manager, but leave the plugin |
| 237 * loaded so that it can embed automatically if/when a notification |
237 * loaded so that it can embed automatically if/when a notification |
| 238 * area becomes available. |
238 * area becomes available. |