Re: GTK+3.0 application does not show some existing icons

2013-05-05 Thread Matthias Apitz
El día Sunday, May 05, 2013 a las 10:06:23PM +0200, Koop Mast escribió: > On 4-5-2013 20:06, Matthias Apitz wrote: > > Hello, > > > > I have a problem with some GTK+3 application not showing some existing > > icons of the gnome-icon-theme. To nail it down, I went to some GTK tutorial > > pages and

Re: GTK+3.0 application does not show some existing icons

2013-05-05 Thread Koop Mast
On 4-5-2013 20:06, Matthias Apitz wrote: Hello, I have a problem with some GTK+3 application not showing some existing icons of the gnome-icon-theme. To nail it down, I went to some GTK tutorial pages and hacked together a simple application (attached) which can be compiled with just: The prog

GTK+3.0 application does not show some existing icons

2013-05-04 Thread Matthias Apitz
Hello, I have a problem with some GTK+3 application not showing some existing icons of the gnome-icon-theme. To nail it down, I went to some GTK tutorial pages and hacked together a simple application (attached) which can be compiled with just: $ gcc -g image.c `pkg-config --cflags --libs gtk+-3