From: Daniel Carl Date: Sat, 29 Dec 2012 10:46:11 +0000 (+0100) Subject: Changed the help message a little. X-Git-Url: https://git.owens.tech/rss.xml/rss.xml/git?a=commitdiff_plain;h=2cf4b2f18ef38d66982002bd16a2c8e885f44426;p=vimb.git Changed the help message a little. Pumped to version 0.1.3. --- diff --git a/config.mk b/config.mk index ac9e291..4ecb901 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ #----------------user/install options---------------- -VERSION = 0.1.2 +VERSION = 0.1.3 PROJECT = vimp PREFIX ?= /usr/local diff --git a/src/main.c b/src/main.c index 03d88d3..f982508 100644 --- a/src/main.c +++ b/src/main.c @@ -724,7 +724,7 @@ int main(int argc, char* argv[]) {NULL} }; /* Initialize GTK+ */ - if (!gtk_init_with_args(&argc, &argv, "[]", opts, NULL, &err)) { + if (!gtk_init_with_args(&argc, &argv, "[URI]", opts, NULL, &err)) { g_printerr("can't init gtk: %s\n", err->message); g_error_free(err);