#0 bluetooth_chooser_get_selected_device_data (self=0x7f77166c2da0, column=column@entry=1) at bluetooth-chooser.c:231 [Error: bluetooth-chooser.c was not found in source tree] #1 0x00007f76da4c9eba in bluetooth_chooser_get_selected_device (self=) at bluetooth-chooser.c:250 [Error: bluetooth-chooser.c was not found in source tree] #2 0x00007f76da6e216c in connect_done (source_object=0x7f7716a905c0, res=, user_data=0x7f7716c7af50) at cc-bluetooth-panel.c:174 169: res, NULL); 170: 171: self = data->self; 172: 173: /* Check whether the same device is now selected, and update the UI */ 174: bdaddr = bluetooth_chooser_get_selected_device (BLUETOOTH_CHOOSER (self->priv->chooser)); 175: if (g_strcmp0 (bdaddr, data->bdaddr) == 0) { 176: GtkSwitch *button; 177: 178: button = GTK_SWITCH (WID ("switch_connection")); 179: /* Reset the switch if it failed */ #3 0x00007f7713f2d27e in g_simple_async_result_complete (simple=0x7f7716bed090) at /build/buildd/glib2.0-2.35.8/./gio/gsimpleasyncresult.c:777 [Error: /build/buildd/glib2.0-2.35.8/./gio/gsimpleasyncresult.c was not found in source tree] #4 0x00007f7713f2d3ac in complete_in_idle_cb (data=0x7f7716bed090) at /build/buildd/glib2.0-2.35.8/./gio/gsimpleasyncresult.c:789 [Error: /build/buildd/glib2.0-2.35.8/./gio/gsimpleasyncresult.c was not found in source tree] #5 0x00007f77139b4e85 in g_main_dispatch (context=0x7f77166af060) at /build/buildd/glib2.0-2.35.8/./glib/gmain.c:3054 [Error: /build/buildd/glib2.0-2.35.8/./glib/gmain.c was not found in source tree] #6 g_main_context_dispatch (context=context@entry=0x7f77166af060) at /build/buildd/glib2.0-2.35.8/./glib/gmain.c:3630 [Error: /build/buildd/glib2.0-2.35.8/./glib/gmain.c was not found in source tree] #7 0x00007f77139b51c8 in g_main_context_iterate (context=context@entry=0x7f77166af060, block=block@entry=1, dispatch=dispatch@entry=1, self=) at /build/buildd/glib2.0-2.35.8/./glib/gmain.c:3701 [Error: /build/buildd/glib2.0-2.35.8/./glib/gmain.c was not found in source tree] #8 0x00007f77139b5284 in g_main_context_iteration (context=0x7f77166af060, context@entry=0x0, may_block=may_block@entry=1) at /build/buildd/glib2.0-2.35.8/./glib/gmain.c:3762 [Error: /build/buildd/glib2.0-2.35.8/./glib/gmain.c was not found in source tree] #9 0x00007f7713f5d51c in g_application_run (application=0x7f7704006830, argc=argc@entry=2, argv=argv@entry=0x7ffff99a71e8) at /build/buildd/glib2.0-2.35.8/./gio/gapplication.c:1620 [Error: /build/buildd/glib2.0-2.35.8/./gio/gapplication.c was not found in source tree] #10 0x00007f77158242ba in main (argc=2, argv=0x7ffff99a71e8) at control-center.c:263 258: g_signal_connect (application, "startup", 259: G_CALLBACK (application_startup_cb), shell); 260: g_signal_connect (application, "command-line", 261: G_CALLBACK (application_command_line_cb), shell); 262: 263: status = g_application_run (G_APPLICATION (application), argc, argv); 264: 265: g_object_unref (application); 266: 267: return status; 268: }