summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2014-04-08 19:54:24 +0200
committerMurray Cumming <murrayc@murrayc.com>2014-04-08 19:55:36 +0200
commite74463e3277528ec8df2c7c3b8977d22d6274a78 (patch)
treedfa087a937562871e23f7898011d98ba406d7d5f /examples
parenta64d45690e60e9c37af9d8220d5500a2999ae435 (diff)
downloadglibmm-e74463e3277528ec8df2c7c3b8977d22d6274a78.tar.gz
Options example: For the remaining arg(s), remove description.
The long description doesn't seem to be necessary for the G_OPTION_REMAINING entry.
Diffstat (limited to 'examples')
-rw-r--r--examples/options/main.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/options/main.cc b/examples/options/main.cc
index ee524dac..1ef290b1 100644
--- a/examples/options/main.cc
+++ b/examples/options/main.cc
@@ -98,7 +98,6 @@ ExampleOptionGroup::ExampleOptionGroup()
Glib::OptionEntry entry_remaining;
entry_remaining.set_long_name(G_OPTION_REMAINING);
- entry_remaining.set_arg_description(G_OPTION_REMAINING);
add_entry(entry_remaining, m_remaining_list);
}