[gnome-bluetooth] properties: Fix the NM plugin not showing up
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-bluetooth] properties: Fix the NM plugin not showing up
- Date: Tue, 28 Jun 2011 08:44:53 +0000 (UTC)
commit 2548d4756f2f48518812798d34000165609b63c1
Author: Bastien Nocera <hadess hadess net>
Date: Mon Jun 27 16:51:06 2011 +0100
properties: Fix the NM plugin not showing up
properties/cc-bluetooth-panel.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/properties/cc-bluetooth-panel.c b/properties/cc-bluetooth-panel.c
index 6a5a8ff..bc96b0d 100644
--- a/properties/cc-bluetooth-panel.c
+++ b/properties/cc-bluetooth-panel.c
@@ -233,7 +233,7 @@ add_extra_setup_widgets (CcBluetoothPanel *self,
GtkWidget *widget = l->data;
gtk_box_pack_start (GTK_BOX (container), widget,
FALSE, FALSE, 0);
- gtk_widget_show (widget);
+ gtk_widget_show_all (widget);
}
gtk_widget_show (container);
g_value_unset (&value);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]