Reverted mistakingly committed debug call to gtk_init()
This commit is contained in:
@@ -92,7 +92,7 @@ int main(int argc, char **argv)
|
|||||||
setlocale(LC_ALL,"");
|
setlocale(LC_ALL,"");
|
||||||
|
|
||||||
// Uncomment the following line if you want to use the "--g-fatal-warnings" command line flag
|
// Uncomment the following line if you want to use the "--g-fatal-warnings" command line flag
|
||||||
gtk_init (&argc, &argv);
|
//gtk_init (&argc, &argv);
|
||||||
|
|
||||||
Glib::thread_init();
|
Glib::thread_init();
|
||||||
gdk_threads_set_lock_functions(G_CALLBACK(myGdkLockEnter), (G_CALLBACK(myGdkLockLeave)));
|
gdk_threads_set_lock_functions(G_CALLBACK(myGdkLockEnter), (G_CALLBACK(myGdkLockLeave)));
|
||||||
|
Reference in New Issue
Block a user