diff options
author | Alan Fitton <ajf@eth0.org.uk> | 2011-12-09 01:39:21 +0000 |
---|---|---|
committer | Alan Fitton <ajf@eth0.org.uk> | 2011-12-09 01:39:21 +0000 |
commit | 4d012a53ea9440062faf6b2059a2a67b7102dd75 (patch) | |
tree | 5f15ecb77c382a196d6028585bbd893ba9e11613 /src | |
parent | 7bc8fe632f29a875659f223ad1e9aa035c56f46c (diff) |
some fixes to the debian packaging contributed by Alex M
Diffstat (limited to 'src')
-rw-r--r-- | src/trg-toolbar.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/trg-toolbar.c b/src/trg-toolbar.c index 1370514..722037c 100644 --- a/src/trg-toolbar.c +++ b/src/trg-toolbar.c @@ -129,6 +129,7 @@ trg_toolbar_get_property(GObject * object, guint property_id, break; default: G_OBJECT_WARN_INVALID_PROPERTY_ID(object, property_id, pspec); + break; } } |