summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-10-31 14:29:33 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-10-31 14:29:33 +0000
commit6bc25aab3fe4f38d6b71aad12419b3423b1757a5 (patch)
treec1fd18eb96f55da9798595154d62cd9b81b7645a /src/main.c
parent845e13a3c814a4b7f7ef31b1bcd26537f05f0eee (diff)
issue 161
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index b0f3cf1..647307e 100644
--- a/src/main.c
+++ b/src/main.c
@@ -203,7 +203,7 @@ static int mailslot_send_message(HANDLE h, gchar **args) {
g_strfreev(args);
}
- json_object_set_boolean_member(obj, "present", TRUE);
+ //json_object_set_boolean_member(obj, "present", TRUE);
json_node_take_object(node, obj);
@@ -368,7 +368,6 @@ int main(int argc, char *argv[]) {
#ifdef HAVE_LIBUNIQUE
if (withUnique) {
- unique_app_watch_window(app, GTK_WINDOW(window));
g_signal_connect(app, "message-received",
G_CALLBACK(message_received_cb), window);
}