summaryrefslogtreecommitdiff
path: root/properties
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2009-11-25 11:10:49 +0000
committerBastien Nocera <hadess@hadess.net>2009-11-25 11:10:49 +0000
commitc5ff8578fa55ad5e0e0cf57e8640f1d972a039ad (patch)
tree2473749c541baecfe68d13b4636a337ee91d0f2f /properties
parent9e1b69d1ec903997d46137895bf6fda8138d8b6b (diff)
downloadgnome-bluetooth-c5ff8578fa55ad5e0e0cf57e8640f1d972a039ad.tar.gz
Stop start-up notification when presenting running windows
https://bugzilla.gnome.org/show_bug.cgi?id=602861
Diffstat (limited to 'properties')
-rw-r--r--properties/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/properties/main.c b/properties/main.c
index 4bf511e9..289aebbe 100644
--- a/properties/main.c
+++ b/properties/main.c
@@ -276,6 +276,7 @@ int main(int argc, char *argv[])
app = unique_app_new ("org.gnome.Bluetooth.properties", NULL);
if (unique_app_is_running (app)) {
+ gdk_notify_startup_complete ();
unique_app_send_message (app, UNIQUE_ACTIVATE, NULL);
return 0;
}