From 38f799fc34cac49bba365fd634245a85d13d7f25 Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Fri, 25 Aug 2006 19:13:02 +0000 Subject: fix bug #1057: remove "start" completely svn path=/trunk/; revision=19029 --- gtk/dlg_utils.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'gtk') diff --git a/gtk/dlg_utils.c b/gtk/dlg_utils.c index 0bf037b533..d493bd0c9f 100644 --- a/gtk/dlg_utils.c +++ b/gtk/dlg_utils.c @@ -244,11 +244,6 @@ dlg_button_row_new(const gchar *stock_id_first, ...) dlg_button_new(hbox, button_hbox, create_stat); return hbox; } - if (start && cancel) { - dlg_button_new(hbox, button_hbox, cancel); - dlg_button_new(hbox, button_hbox, start); - return hbox; - } if (cap_start && cancel) { dlg_button_new(hbox, button_hbox, cancel); dlg_button_new(hbox, button_hbox, cap_start); -- cgit v1.2.3