gtk+3: fix dependencies for new gnome/accessibility/at-spi2-core
[oi-userland.git] / components / desktop / gexif / patches / 03-avoid-dumping-core-on-warning.patch
blobbd81c70aca8a3020b0ae7b8290260831000bc4b7
1 --- gexif-0.5/gexif/gexif.c.~1~ 2014-12-26 16:09:05.870048917 +0300
2 +++ gexif-0.5/gexif/gexif.c 2014-12-26 16:21:33.548143466 +0300
3 @@ -54,7 +54,7 @@
4 textdomain (PACKAGE);
6 gtk_init (&argc, &argv);
7 - g_log_set_always_fatal (G_LOG_LEVEL_CRITICAL | G_LOG_LEVEL_WARNING);
8 +/* g_log_set_always_fatal (G_LOG_LEVEL_CRITICAL | G_LOG_LEVEL_WARNING); */
10 w = gexif_main_new ();
11 gtk_widget_show (w);