Re: gtk_button_new_from_stock () does not find icons.

2010-06-05 Thread N James Bridge
The settings under GNOME are in GConf's /desktop/gnome/interface/, the keys buttons_have_incons and menus_have_icons. You can change them with gconf-editor or using gconftool-2(1). Regards, Colomban Success! Thanks a lot - very helpful to know about gconf-editor. James

_gtk_window_group_get_current_grab()

2010-06-05 Thread Jonh Wendell
Why does this symbol start with an underscore ? Can we use it in our apps? Context: I'm trying to get libview GSEAL compatible. I got into this: if (window-group window-group-grabs) { grabbed = GTK_WIDGET(window-group-grabs-data); } For window-group I have

Re: Is it a bug in Gio::FileMonitor?

2010-06-05 Thread Владимир
Hi, I agree with you, it's not feasible to talk in terms of good or bad, the whole picture is bigger than that. I'm just saying that I'd like to use gio because I'm using gtkmm and it has a built-in backend to it, while inotify doesn't, so I'm frustrated that to keep my app quick I have to go to

[patch] stray commas

2010-06-05 Thread Mark Brand
Hi, File gio/gioenums.h b/gio/gioenums.h in glib-2.25.7.tar.bz2 has some stray commas at the end of enums that gcc 4.5 does not like. This patch removes them. -Mark diff -urN a/gio/gioenums.h b/gio/gioenums.h --- a/gio/gioenums.h 2010-05-24 18:39:22.0 +0200 +++ b/gio/gioenums.h

Re: [patch] stray commas

2010-06-05 Thread Javier Jardón
2010/6/5 Mark Brand mabr...@mabrand.nl:  Hi, File gio/gioenums.h b/gio/gioenums.h in glib-2.25.7.tar.bz2 has some stray commas at the end of enums that gcc 4.5 does not like. This patch removes them. Hey Mark, thanks for your patch but this issue was already fixed: