Remove use of deprecated g_type_init () ...
... and bump GObject requirement accordingly. https://bugzilla.gnome.org/show_bug.cgi?id=686318
This commit is contained in:
@ -92,7 +92,6 @@ main(int argc, char **argv)
|
||||
g_error ("option parsing failed: %s", error->message);
|
||||
|
||||
setlocale (LC_ALL, "");
|
||||
g_type_init ();
|
||||
|
||||
_shell_global_init (NULL);
|
||||
global = shell_global_get ();
|
||||
|
Reference in New Issue
Block a user