projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1091a1c
)
Changed the help message a little.
author
Daniel Carl
<danielcarl@gmx.de>
Sat, 29 Dec 2012 10:46:11 +0000
(11:46 +0100)
committer
Daniel Carl
<danielcarl@gmx.de>
Sat, 29 Dec 2012 10:48:28 +0000
(11:48 +0100)
Pumped to version 0.1.3.
config.mk
patch
|
blob
|
history
src/main.c
patch
|
blob
|
history
diff --git
a/config.mk
b/config.mk
index
ac9e291
..
4ecb901
100644
(file)
--- 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
(file)
--- 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, "[
<uri>
]", 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);