pidgin/plugins/ticker/ticker.c

changeset 22104
56970903b8e9
parent 20288
5ca925a094e2
child 24956
05aa5ba1eab4
equal deleted inserted replaced
22103:f11f1570cd4d 22104:56970903b8e9
63 gtk_widget_hide(window); 63 gtk_widget_hide(window);
64 64
65 return TRUE; /* don't actually destroy the window */ 65 return TRUE; /* don't actually destroy the window */
66 } 66 }
67 67
68 static void buddy_ticker_create_window() { 68 static void buddy_ticker_create_window(void) {
69 if(tickerwindow) { 69 if(tickerwindow) {
70 gtk_widget_show(tickerwindow); 70 gtk_widget_show(tickerwindow);
71 return; 71 return;
72 } 72 }
73 73
213 /* pop up the ticker window again */ 213 /* pop up the ticker window again */
214 buddy_ticker_create_window(); 214 buddy_ticker_create_window();
215 buddy_ticker_update_contact(c); 215 buddy_ticker_update_contact(c);
216 } 216 }
217 217
218 static void buddy_ticker_show() 218 static void buddy_ticker_show(void)
219 { 219 {
220 PurpleBuddyList *list = purple_get_blist(); 220 PurpleBuddyList *list = purple_get_blist();
221 PurpleBlistNode *gnode, *cnode, *bnode; 221 PurpleBlistNode *gnode, *cnode, *bnode;
222 PurpleBuddy *b; 222 PurpleBuddy *b;
223 223

mercurial