| 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 |