comparison pidgin/plugins/themeedit.c @ 32685:457443ca22e0

The function gtk_dialog_set_has_separator was removed in GTK+ 2.22.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sun, 09 Oct 2011 00:17:12 +0000
parents 3c1563a54785
children
comparison
equal deleted inserted replaced
32684:4db67977daae 32685:457443ca22e0
304 gtk_box_pack_start(GTK_BOX(vbox), hbox, FALSE, FALSE, 0); 304 gtk_box_pack_start(GTK_BOX(vbox), hbox, FALSE, FALSE, 0);
305 } 305 }
306 } 306 }
307 } 307 }
308 308
309 #if !GTK_CHECK_VERSION(2,22,0)
309 gtk_dialog_set_has_separator(GTK_DIALOG(dialog), TRUE); 310 gtk_dialog_set_has_separator(GTK_DIALOG(dialog), TRUE);
311 #endif
310 #ifdef NOT_SADRUL 312 #ifdef NOT_SADRUL
311 pidgin_dialog_add_button(GTK_DIALOG(dialog), GTK_STOCK_SAVE, G_CALLBACK(save_blist_theme), dialog); 313 pidgin_dialog_add_button(GTK_DIALOG(dialog), GTK_STOCK_SAVE, G_CALLBACK(save_blist_theme), dialog);
312 #endif 314 #endif
313 pidgin_dialog_add_button(GTK_DIALOG(dialog), GTK_STOCK_CLOSE, G_CALLBACK(close_blist_theme), dialog); 315 pidgin_dialog_add_button(GTK_DIALOG(dialog), GTK_STOCK_CLOSE, G_CALLBACK(close_blist_theme), dialog);
314 316