summaryrefslogtreecommitdiff
path: root/lib/bluetooth-chooser.c
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2013-12-02 19:09:26 +0100
committerBastien Nocera <hadess@hadess.net>2013-12-06 12:00:30 +0100
commit4b2c4fd253bc49d2aad7a44013a9ca3b8131e81e (patch)
tree80d08d8663d135ad6a454bbcaccde52577a5bc85 /lib/bluetooth-chooser.c
parentef7d54646d44d6c8d7a12dda587564d84cd1aa32 (diff)
downloadgnome-bluetooth-4b2c4fd253bc49d2aad7a44013a9ca3b8131e81e.tar.gz
lib: Add Settings widget
Rather than implementing the majority of the settings widget inside the control-center, implement it within gnome-bluetooth so we can cut down on the necessary amount of exported symbols and functions. And remove the stand-alone wizard as it duplicated functionality. https://bugzilla.gnome.org/show_bug.cgi?id=719564
Diffstat (limited to 'lib/bluetooth-chooser.c')
-rw-r--r--lib/bluetooth-chooser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bluetooth-chooser.c b/lib/bluetooth-chooser.c
index 465d5931..1cac781f 100644
--- a/lib/bluetooth-chooser.c
+++ b/lib/bluetooth-chooser.c
@@ -53,7 +53,7 @@ enum {
LAST_SIGNAL
};
-static int selection_table_signals[LAST_SIGNAL] = { 0 };
+static guint selection_table_signals[LAST_SIGNAL] = { 0 };
#define BLUETOOTH_CHOOSER_GET_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), \
BLUETOOTH_TYPE_CHOOSER, BluetoothChooserPrivate))