gnome-bluetooth r554 - trunk/common
- From: hadess svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-bluetooth r554 - trunk/common
- Date: Mon, 30 Mar 2009 14:00:15 +0000 (UTC)
Author: hadess
Date: Mon Mar 30 14:00:15 2009
New Revision: 554
URL: http://svn.gnome.org/viewvc/gnome-bluetooth?rev=554&view=rev
Log:
Fix warning when trying to disconnect a device in the properties
Modified:
trunk/common/bluetooth-chooser.c
Modified: trunk/common/bluetooth-chooser.c
==============================================================================
--- trunk/common/bluetooth-chooser.c (original)
+++ trunk/common/bluetooth-chooser.c Mon Mar 30 14:00:15 2009
@@ -927,7 +927,7 @@
GObject *proxy = NULL;
if (gtk_tree_selection_get_selected (priv->selection, NULL, &iter) != FALSE)
- gtk_tree_model_get (priv->filter, &iter, BLUETOOTH_COLUMN_PROXY, &proxy);
+ gtk_tree_model_get (priv->filter, &iter, BLUETOOTH_COLUMN_PROXY, &proxy, -1);
g_value_take_object (value, proxy);
break;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]