[gnome-bluetooth] Ensure the Send file button isn't incorrectly enabled



commit 1f544f507d4f977b20cf91733ca03d66f1b1a6bd
Author: Joshua Lock <josh linux intel com>
Date:   Wed Oct 14 17:12:33 2009 +0100

    Ensure the Send file button isn't incorrectly enabled
    
    Need to make sure the Send file button isn't incorrectly enabled when the
    panel is first created. One liner, lovely!
    
    https://bugzilla.gnome.org/show_bug.cgi?id=598471

 moblin/moblin-panel.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/moblin/moblin-panel.c b/moblin/moblin-panel.c
index 60734ee..6750c2c 100644
--- a/moblin/moblin-panel.c
+++ b/moblin/moblin-panel.c
@@ -1366,6 +1366,8 @@ create_devices_page (MoblinPanel *self)
 			G_CALLBACK (selected_device_changed_cb), self);
 	gtk_box_pack_start (GTK_BOX (vbox), priv->send_button, FALSE, FALSE, 4);
 
+	enable_send_file (self);
+
 	return page;
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]