[gnome-flashback] don't call gtk_widget_show in constructor
- From: Alberts Muktupāvels <muktupavels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-flashback] don't call gtk_widget_show in constructor
- Date: Wed, 13 Aug 2014 23:05:54 +0000 (UTC)
commit 1368f64234263319c32f4df9b5c39d799f910dae
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date: Thu Aug 14 01:06:52 2014 +0300
don't call gtk_widget_show in constructor
gtk_window_present_with_time will do it for us.
gnome-flashback/flashback-inhibit-dialog.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/gnome-flashback/flashback-inhibit-dialog.c b/gnome-flashback/flashback-inhibit-dialog.c
index 8dc3d9d..a5be3ce 100644
--- a/gnome-flashback/flashback-inhibit-dialog.c
+++ b/gnome-flashback/flashback-inhibit-dialog.c
@@ -610,8 +610,6 @@ flashback_inhibit_dialog_constructor (GType type,
setup_dialog (dialog);
- gtk_widget_show (GTK_WIDGET (dialog));
-
return G_OBJECT (dialog);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]