From 62785ed80fb0b86847b4eaa3f4cf596f4c109324 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 26 Apr 2004 04:41:25 +0000 Subject: Add from the 2 Sebastian's, and make email addresses more spam proof. 2004-04-26 Glynn Foster * THANKS, src/about.c: Add from the 2 Sebastian's, and make email addresses more spam proof. * src/calendar.c, src/entry.c, src/fileselection.c, src/msg.c, * src/progress.c, src/text.c, src/tree.c, src/util.c, * src/util.h: Patch from Sebastian Kapfer to make all zenity dialogs transients of the parent xterm. Fixes #136226. * src/zenity.glade: Patch from Sebastian Heinlein to improve things HIG wise. Fixes #140745. --- src/progress.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/progress.c') diff --git a/src/progress.c b/src/progress.c index 68c653d..3cc4bd9 100644 --- a/src/progress.c +++ b/src/progress.c @@ -207,8 +207,8 @@ zenity_progress (ZenityData *data, ZenityProgressData *progress_data) if (progress_data->percentage > -1) gtk_progress_bar_set_fraction (GTK_PROGRESS_BAR (progress_bar), progress_data->percentage/100.0); - - gtk_widget_show (dialog); + + zenity_util_show_dialog (dialog); zenity_progress_read_info (progress_data); gtk_main (); -- cgit v1.2.3-54-g00ecf