[gnome-bluetooth] sendto: Fix packing of the target selection
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-bluetooth] sendto: Fix packing of the target selection
- Date: Mon, 28 Feb 2011 18:54:43 +0000 (UTC)
commit 5df341c09f4cd0bf998d3c80604be462b75953e7
Author: Bastien Nocera <hadess hadess net>
Date: Mon Feb 28 18:53:01 2011 +0000
sendto: Fix packing of the target selection
sendto/main.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/sendto/main.c b/sendto/main.c
index 47b7a8d..d212cd5 100644
--- a/sendto/main.c
+++ b/sendto/main.c
@@ -675,7 +675,7 @@ show_browse_dialog (char **device_name)
G_CALLBACK(select_device_changed), dialog);
g_signal_connect(selector, "selected-device-activated",
G_CALLBACK(select_device_activated), dialog);
- gtk_container_add (GTK_CONTAINER (content_area), selector);
+ gtk_box_pack_start (GTK_BOX (content_area), selector, TRUE, TRUE, 0);
bluetooth_chooser_start_discovery (BLUETOOTH_CHOOSER (selector));
bdaddr = NULL;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]