gnome-bluetooth r539 - trunk/common
- From: hadess svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-bluetooth r539 - trunk/common
- Date: Wed, 25 Mar 2009 17:41:43 +0000 (UTC)
Author: hadess
Date: Wed Mar 25 17:41:43 2009
New Revision: 539
URL: http://svn.gnome.org/viewvc/gnome-bluetooth?rev=539&view=rev
Log:
Small fixes
Modified:
trunk/common/bluetooth-chooser.c
Modified: trunk/common/bluetooth-chooser.c
==============================================================================
--- trunk/common/bluetooth-chooser.c (original)
+++ trunk/common/bluetooth-chooser.c Wed Mar 25 17:41:43 2009
@@ -690,6 +690,7 @@
gtk_widget_show (vbox);
gtk_box_pack_start (GTK_BOX (self), vbox, FALSE, TRUE, 0);
priv->filters_vbox = vbox;
+ gtk_widget_set_no_show_all (priv->filters_vbox, TRUE);
/* The filters */
str = g_strdup_printf ("<b>%s</b>", _("Show Only Bluetooth Devices With..."));
@@ -921,7 +922,7 @@
g_value_set_uint (value, bluetooth_chooser_get_selected_device_type (self));
break;
case PROP_DEVICE_SELECTED_IS_CONNECTED:
- g_value_set_uint (value, bluetooth_chooser_get_selected_device_is_connected (self));
+ g_value_set_boolean (value, bluetooth_chooser_get_selected_device_is_connected (self));
break;
case PROP_DEVICE_SELECTED_PROXY: {
GtkTreeIter iter;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]