repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 252093c7417fad8d19b33b870223610ad98fabbf: path_to: revision_to:
commit 252093c7417fad8d19b33b870223610ad98fabbf Author: Marc LehmannDate: Sun Jun 3 10:42:34 2012 +0000 *** empty log message *** diff --git a/src/init.C b/src/init.C
--- a/src/init.C +++ b/src/init.C @@ -793,11 +793,6 @@ rxvt_term::init2 (int argc, const char *const *argv) pty = ptytty::create (); - // must be called before create_windows, because the latter may call set_icon -#ifdef HAVE_PIXBUF - g_type_init (); -#endif - create_windows (argc, argv); init_xlocale (); diff --git a/src/main.C b/src/main.C
--- a/src/main.C +++ b/src/main.C @@ -573,6 +573,10 @@ rxvt_init () XSetIOErrorHandler (rxvt_xioerror_handler); XrmInitialize (); + +#ifdef HAVE_PIXBUF + g_type_init (); +#endif } /*----------------------------------------------------------------------*/
-----END OF PAGE-----