comparison pidgin/gtkconv.c @ 19950:501c05b1e3e5

Compile\!
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 12 Sep 2007 12:26:55 +0000
parents 6829aa32b16c
children 7af1af2b7ad3
comparison
equal deleted inserted replaced
19949:6829aa32b16c 19950:501c05b1e3e5
1348 { 1348 {
1349 purple_conversation_destroy(data); 1349 purple_conversation_destroy(data);
1350 return FALSE; 1350 return FALSE;
1351 } 1351 }
1352 1352
1353 #if 0
1354 static void 1353 static void
1355 hide_conv(PidginConversation *gtkconv, gboolean closetimer) 1354 hide_conv(PidginConversation *gtkconv, gboolean closetimer)
1356 { 1355 {
1357 GList *list; 1356 GList *list;
1358 1357
1369 purple_conversation_set_data(conv, "close-timer", GINT_TO_POINTER(timer)); 1368 purple_conversation_set_data(conv, "close-timer", GINT_TO_POINTER(timer));
1370 } 1369 }
1371 purple_conversation_set_ui_ops(conv, NULL); 1370 purple_conversation_set_ui_ops(conv, NULL);
1372 } 1371 }
1373 } 1372 }
1374 #endif
1375 1373
1376 static void 1374 static void
1377 menu_close_conv_cb(gpointer data, guint action, GtkWidget *widget) 1375 menu_close_conv_cb(gpointer data, guint action, GtkWidget *widget)
1378 { 1376 {
1379 PidginWindow *win = data; 1377 PidginWindow *win = data;