summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-07-13 10:31:21 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-07-13 10:31:21 +0000
commit8eddb35a19f2d95f0033cbde071c7a5efe08895e (patch)
tree3f61ebff3f0383d5fd3bf489a869bebb8fb755ac /src/main.c
parent4160d44ddc9605b49eb294f6371a6208b509f9f0 (diff)
issue 53 - no need to #include curl/types.h, plus it's been removed in the latest curl.
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 7807389..b179024 100644
--- a/src/main.c
+++ b/src/main.c
@@ -24,7 +24,6 @@
#include <stdlib.h>
#include <curl/curl.h>
-#include <curl/types.h>
#include <curl/easy.h>
#include <glib/gi18n.h>
@@ -95,7 +94,7 @@ int main(int argc, char *argv[])
textdomain(GETTEXT_PACKAGE);
if ((withUnique = g_getenv("TRG_NOUNIQUE") == NULL))
- app = unique_app_new_with_commands("org.eth0.uk.org.trg", NULL,
+ app = unique_app_new_with_commands("uk.org.eth0.trg", NULL,
"add", COMMAND_ADD, NULL);
if (withUnique && unique_app_is_running(app)) {