[gnome-chess] Don't manually call Gtk.init()
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-chess] Don't manually call Gtk.init()
- Date: Sat, 25 Jan 2014 17:28:59 +0000 (UTC)
commit 624b78d94c2f6e7bb4baf146fb1cfdef4344cbba
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Sat Jan 25 11:28:24 2014 -0600
Don't manually call Gtk.init()
src/gnome-chess.vala | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/gnome-chess.vala b/src/gnome-chess.vala
index 0d0497d..7c1fc52 100644
--- a/src/gnome-chess.vala
+++ b/src/gnome-chess.vala
@@ -2129,8 +2129,6 @@ class GnomeChess
/* This can probably be removed if the desktop file is renamed to gnome-chess.desktop */
Environment.set_prgname ("glchess");
- Gtk.init (ref args);
-
var c = new OptionContext (/* Arguments and description for --help text */
_("[FILE] - Play Chess"));
c.add_main_entries (options, GETTEXT_PACKAGE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]