diff options
author | Colin Walters <walters@verbum.org> | 2012-10-30 18:47:24 -0400 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2012-10-30 18:48:17 -0400 |
commit | ed24477ecdcf137276e9b7e89be70a819854a423 (patch) | |
tree | 973b8c45cd4c148f3a1a8d68a8eccc3098278d5f /programs/gvfs-info.c | |
parent | 1aa6f731fa75535be856ea0ee2c112637becc22a (diff) | |
download | gvfs-ed24477ecdcf137276e9b7e89be70a819854a423.tar.gz |
Remove calls to g_type_init(), bump GLib required version
See http://git.gnome.org/browse/glib/commit/?id=2002479c02fa6e468fc3f67ddc663657a52ebde8
https://bugzilla.gnome.org/show_bug.cgi?id=687236
Diffstat (limited to 'programs/gvfs-info.c')
-rw-r--r-- | programs/gvfs-info.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/programs/gvfs-info.c b/programs/gvfs-info.c index 6e915c53..80852727 100644 --- a/programs/gvfs-info.c +++ b/programs/gvfs-info.c @@ -369,8 +369,6 @@ main (int argc, char *argv[]) bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); textdomain (GETTEXT_PACKAGE); - g_type_init (); - error = NULL; param = g_strdup_printf ("[%s...]", _("LOCATION")); summary = _("Show information about locations."); |