[evolution] Don't explicity show the window. We do gtk_widget_show where we'd want it. The capplet flickrs in Me
- From: Srinivasa Ragavan <sragavan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Don't explicity show the window. We do gtk_widget_show where we'd want it. The capplet flickrs in Me
- Date: Thu, 1 Dec 2011 11:29:41 +0000 (UTC)
commit 86da0d52fb48fb783ac766f550bbb297650807e2
Author: Srinivasa Ragavan <sragavan gnome org>
Date: Thu Dec 1 13:26:03 2011 +0200
Don't explicity show the window. We do gtk_widget_show where we'd want
it. The capplet flickrs in Meego. Fixes Meego Bugzilla: #20191
e-util/e-config.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/e-util/e-config.c b/e-util/e-config.c
index 269e258..7257f5a 100644
--- a/e-util/e-config.c
+++ b/e-util/e-config.c
@@ -1174,7 +1174,6 @@ e_config_create_widget (EConfig *emp)
gtk_notebook_set_current_page ((GtkNotebook *) emp->widget, 0);
else {
gtk_window_set_position (GTK_WINDOW (emp->widget), GTK_WIN_POS_CENTER);
- gtk_widget_show (emp->widget);
}
return emp->widget;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]