[gnome-screenshot] cmdline parser: remove duplicate parsing
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-screenshot] cmdline parser: remove duplicate parsing
- Date: Mon, 25 Aug 2014 23:05:58 +0000 (UTC)
commit 840c53067a58bc05cd1f3c4b2dc2f7e7e71bc767
Author: Dominique Leuenberger <dimstar opensuse org>
Date: Sun Aug 24 15:43:13 2014 +0200
cmdline parser: remove duplicate parsing
https://bugzilla.gnome.org/show_bug.cgi?id=735326
src/screenshot-application.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/screenshot-application.c b/src/screenshot-application.c
index 84e6467..3c75126 100644
--- a/src/screenshot-application.c
+++ b/src/screenshot-application.c
@@ -678,7 +678,6 @@ screenshot_application_command_line (GApplication *app,
g_variant_dict_lookup (options, "clipboard", "b", &clipboard_arg);
g_variant_dict_lookup (options, "window", "b", &window_arg);
g_variant_dict_lookup (options, "area", "b", &area_arg);
- g_variant_dict_lookup (options, "clipboard", "b", &clipboard_arg);
g_variant_dict_lookup (options, "include-border", "b", &include_border_arg);
g_variant_dict_lookup (options, "remove-border", "b", &disable_border_arg);
g_variant_dict_lookup (options, "include-pointer", "b", &include_pointer_arg);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]