diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2016-06-07 08:58:12 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2016-06-07 08:58:12 +0200 |
commit | 67ae0bd66a38e19b9ab16603f532b2a09833056b (patch) | |
tree | e69504db00d161af970bb4002dedd01c987655db | |
parent | b0e51de6224017d9cc003e76ab98660ce252c7cc (diff) | |
download | vconsole-67ae0bd66a38e19b9ab16603f532b2a09833056b.tar.gz |
gtk3 fix
-rw-r--r-- | vpublish.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -311,7 +311,6 @@ main(int argc, char *argv[]) /* init */ mainloop = g_main_loop_new(NULL, false); - g_thread_init(NULL); gvir_event_register(); mdns_pub_appname = APPNAME; |