[gnome-control-center/gnome-3-2] shell: Use gtk_widget_show instead of _show_all in gnome_control_center_show
- From: Rodrigo Moya <rodrigo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center/gnome-3-2] shell: Use gtk_widget_show instead of _show_all in gnome_control_center_show
- Date: Tue, 20 Sep 2011 11:31:29 +0000 (UTC)
commit 51931eb12c03de1db46993173b55d9f0add0a859
Author: Rodrigo Moya <rodrigo gnome-db org>
Date: Tue Sep 20 13:29:56 2011 +0200
shell: Use gtk_widget_show instead of _show_all in gnome_control_center_show
Using gtk_widget_show_all will make all invisible widgets show up when a
second instance of the shell is run from the command line.
https://bugs.launchpad.net/gnome-control-center/+bug/854544
shell/gnome-control-center.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/shell/gnome-control-center.c b/shell/gnome-control-center.c
index c47d5bf..af8387c 100644
--- a/shell/gnome-control-center.c
+++ b/shell/gnome-control-center.c
@@ -1125,5 +1125,5 @@ gnome_control_center_show (GnomeControlCenter *center,
GtkApplication *app)
{
gtk_window_set_application (GTK_WINDOW (center->priv->window), app);
- gtk_widget_show_all (gtk_bin_get_child (GTK_BIN (center->priv->window)));
+ gtk_widget_show (gtk_bin_get_child (GTK_BIN (center->priv->window)));
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]