Asking for review on patch on bug #701409

2013-06-07 Thread Arnel A. Borja
Hello, May I ask if someone could take a look too at my patch on this bug: https://bugzilla.gnome.org/show_bug.cgi?id=701409 It is just a documentation fix, but it blocks a gnome-music bug. Thank you! Regards, Arnel ___ gtk-devel-list mailing list

Re: GTK+3 win32/64 build environment

2013-04-11 Thread Arnel A. Borja
Hello, On Thursday, 11 April, 2013 08:52 PM, tarn...@tarnyko.net wrote: Short version : cross-compiling GTK+3 is a headaches generator. It's not easy nor efficient, and hard to maintain. I agree, it is hard to maintain. Though I still prefer cross-compilation, since it's faster in compiling.

Re: GTK+3 win32/64 build environment

2013-04-10 Thread Arnel A. Borja
Hello, Interesting. I'm also using cross-compiled GTK+ 3 and other libraries for my applications. I use the libraries/etc from the mingw32/64 project in OpenSUSE Build Service. I'm using GTK+ 3.6.1 though (which OBS currently have), I'm too busy to compile GTK+ 3.8.0 myself. I use it to buil

Local Time Zone of GLib in Windows

2012-10-01 Thread Arnel A. Borja
d fix that. Here's the link to the bug report: https://bugzilla.gnome.org/show_bug.cgi?id=683998 Thanks, Arnel A. Borja ___ gtk-devel-list mailing list gtk-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-devel-list

G_IS_ICON fails in gtk_icon_theme_lookup_by_gicon

2012-02-23 Thread Arnel A. Borja
Is there anything wrong doing this? I got it from XChat, which causes a bug: --- #include int main (void) { GFile *file; GFileInfo *info; GIcon *mime_icon, *emblemed_icon, *direction_icon; GEmblem *direction_emblem; gtk_init (NULL, NULL); /* Any

G_IS_ICON fails in gtk_icon_theme_lookup_by_gicon

2012-02-19 Thread Arnel A. Borja
Is there anything wrong doing this? I got it from XChat, which causes a bug: --- #include int main (void) { GFile *file; GFileInfo *info; GIcon *mime_icon, *emblemed_icon, *direction_icon; GEmblem *direction_emblem; gtk_init (NULL, NULL); /* Any