Re: GNOME images not displaying

2010-06-12 Thread Steve Harrington
On 06/12/2010 04:58 PM, Mario Kemper wrote: Did you have a look at the related gconf-settings? See: http://www.ubuntu-pics.de/bild/82215/konfigurationseditor___interface_084_eoQowm.png Regards Mario Am Samstag, den 12.06.2010, 15:28 -0700 schrieb Steve Harrington: I'm having a problem gett

Re: GNOME images not displaying

2010-06-12 Thread Mario Kemper
Did you have a look at the related gconf-settings? See: http://www.ubuntu-pics.de/bild/82215/konfigurationseditor___interface_084_eoQowm.png Regards Mario Am Samstag, den 12.06.2010, 15:28 -0700 schrieb Steve Harrington: > I'm having a problem getting the gnome stock icons to display. Here is >

GNOME images not displaying

2010-06-12 Thread Steve Harrington
I'm having a problem getting the gnome stock icons to display. Here is a simple XML file creating two buttons. Both have an image on the button but only one of the images displays. The program to display this GUI is also attached. What am I missing? XML: True True True True Tru

Re: Global GList in gtk+ application

2010-06-12 Thread Colomban Wendling
Le 12/06/2010 08:03, Alexander Kuleshov a écrit : > [snip] > > I have a function bulid my list: > gboolean build_list() > { >Data->list = g_list_append(Data->list, "First "); >Data->list = g_list_append(Data->list, "Second "); >Data->list = g_list_append(Data->list, "Third "); > >g_

Re: Global GList in gtk+ application

2010-06-12 Thread Tor Lillqvist
If you want to show code, at least show something that compiles and exhibits your problem (if any), i.e. a minimal but complete sample. Anyway, I don't see what your problem has to do with GTK+. --tml ___ gtk-app-devel-list mailing list gtk-app-devel-lis