changeset 19164:738404d087ff

Deleting a profile doesn't need to load the default profile.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Fri, 13 Jul 2007 12:01:06 +0000
parents 1e4630ee4b2a
children d2a88d84fbac
files finch/gntsound.c
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/finch/gntsound.c	Fri Jul 13 11:53:44 2007 +0000
+++ b/finch/gntsound.c	Fri Jul 13 12:01:06 2007 +0000
@@ -815,8 +815,6 @@
 	}
 
 	gnt_tree_remove(GNT_TREE(pref_dialog->profiles), profile);
-
-	reload_pref_window(DEFAULT_PROFILE);
 }
 
 static void
@@ -1021,7 +1019,6 @@
 
 	/* Add new stuff before this */
 	box = gnt_hbox_new(FALSE);
-	gnt_box_set_pad(GNT_BOX(box), 0);
 	gnt_box_set_fill(GNT_BOX(box), TRUE);
 	button = gnt_button_new(_("Save"));
 	g_signal_connect(G_OBJECT(button), "activate", G_CALLBACK(save_cb), win);