[gitg/vala] Make default hint the empty string
- From: Jesse van den Kieboom <jessevdk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gitg/vala] Make default hint the empty string
- Date: Wed, 18 Jul 2012 14:42:16 +0000 (UTC)
commit 619053c6434ecd946a17ee0ff2bcba84077b6f6a
Author: Jesse van den Kieboom <jesse vandenkieboom epfl ch>
Date: Wed Jul 18 16:41:52 2012 +0200
Make default hint the empty string
gitg/gitg-application.vala | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/gitg/gitg-application.vala b/gitg/gitg-application.vala
index 3c1f8cc..5ed5585 100644
--- a/gitg/gitg-application.vala
+++ b/gitg/gitg-application.vala
@@ -51,6 +51,11 @@ public class Application : Gtk.Application
private static Options options;
+ static construct
+ {
+ options.view = "";
+ }
+
private static void show_version_and_quit()
{
stdout.printf("%s %s\n",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]