diff -r ee3bd4532a33 -r 07dcc28b6039 pidgin/gtkdialogs.c --- a/pidgin/gtkdialogs.c Wed Dec 16 00:35:23 2015 -0800 +++ b/pidgin/gtkdialogs.c Sun Dec 20 20:46:34 2015 -0800 @@ -467,13 +467,8 @@ AtkObject *obj; char *filename, *tmp; -#if GTK_CHECK_VERSION(3,0,0) win = pidgin_create_dialog(title, 0, role, TRUE); vbox = pidgin_dialog_get_vbox_with_properties(GTK_DIALOG(win), FALSE, 0); -#else - win = pidgin_create_dialog(title, PIDGIN_HIG_BORDER, role, TRUE); - vbox = pidgin_dialog_get_vbox_with_properties(GTK_DIALOG(win), FALSE, PIDGIN_HIG_BORDER); -#endif gtk_window_set_default_size(GTK_WINDOW(win), 475, 450); /* Generate a logo with a version number */