comparison src/prefs.c @ 2025:1bfef3e8ba63

[gaim-migrate @ 2035] woo committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 16 Jun 2001 01:14:43 +0000
parents e43c267b1a8a
children 3366311426df
comparison
equal deleted inserted replaced
2024:b86f639ff99f 2025:1bfef3e8ba63
2200 GtkWidget *opt; 2200 GtkWidget *opt;
2201 GtkWidget *sw; 2201 GtkWidget *sw;
2202 GtkWidget *bbox; 2202 GtkWidget *bbox;
2203 GtkWidget *button; 2203 GtkWidget *button;
2204 2204
2205 parent = prefdialog->parent;
2206 gtk_widget_destroy(prefdialog);
2207
2205 current_deny_gc = connections->data; /* this is safe because this screen will only be 2208 current_deny_gc = connections->data; /* this is safe because this screen will only be
2206 available when there are connections */ 2209 available when there are connections */
2207 current_is_deny = TRUE; 2210 current_is_deny = TRUE;
2208
2209 parent = prefdialog->parent;
2210 gtk_widget_destroy(prefdialog);
2211 2211
2212 prefdialog = gtk_frame_new(_("Privacy Options")); 2212 prefdialog = gtk_frame_new(_("Privacy Options"));
2213 gtk_container_add(GTK_CONTAINER(parent), prefdialog); 2213 gtk_container_add(GTK_CONTAINER(parent), prefdialog);
2214 2214
2215 box = gtk_vbox_new(FALSE, 5); 2215 box = gtk_vbox_new(FALSE, 5);