pidgin/gtkprefs.c

branch
cpw.qulogic.gtk3-required
changeset 33141
2001ba1d6827
parent 33136
3f29d9c8299c
child 33146
1f729ff8cab4
equal deleted inserted replaced
33140:40b4b89afee1 33141:2001ba1d6827
2979 /* (that should have been "effect," right?) */ 2979 /* (that should have been "effect," right?) */
2980 2980
2981 /* Back to instant-apply! I win! BU-HAHAHA! */ 2981 /* Back to instant-apply! I win! BU-HAHAHA! */
2982 2982
2983 /* Create the window */ 2983 /* Create the window */
2984 prefs = pidgin_create_dialog(_("Preferences"), PIDGIN_HIG_BORDER, "preferences", FALSE); 2984 prefs = pidgin_create_dialog(_("Preferences"), 0, "preferences", FALSE);
2985 g_signal_connect(G_OBJECT(prefs), "destroy", 2985 g_signal_connect(G_OBJECT(prefs), "destroy",
2986 G_CALLBACK(delete_prefs), NULL); 2986 G_CALLBACK(delete_prefs), NULL);
2987 2987
2988 vbox = pidgin_dialog_get_vbox_with_properties(GTK_DIALOG(prefs), FALSE, PIDGIN_HIG_BORDER); 2988 vbox = pidgin_dialog_get_vbox_with_properties(GTK_DIALOG(prefs), FALSE, PIDGIN_HIG_BORDER);
2989 2989

mercurial