aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2006-08-25 19:13:02 +0000
committerUlf Lamping <ulf.lamping@web.de>2006-08-25 19:13:02 +0000
commit38f799fc34cac49bba365fd634245a85d13d7f25 (patch)
treec00f835843a39de9f548636d6f51e3a3ed1de551 /gtk
parent200da0f7e452edf81d4bf07a8ce1bffe70d2a5d2 (diff)
fix bug #1057: remove "start" completely
svn path=/trunk/; revision=19029
Diffstat (limited to 'gtk')
-rw-r--r--gtk/dlg_utils.c5
1 files changed, 0 insertions, 5 deletions
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);