GtkTextView insensitive color?

2007-07-27 Thread Peter Clifton
Hi, I've got a GtkTextView widget (made insensitive under various conditions), however the text is always rendered black. All other widgets grey out text when made insensitive. This is with the Clearlooks theme, however it happens the same for all themes I have installed. I've tried: GdkCol

Re: .desktop files and Makefile.am

2007-07-27 Thread Daniel
Great.! Thanks a lot, now it's working :D Dani 2007/7/27, David Nečas (Yeti) <[EMAIL PROTECTED]>: > > On Fri, Jul 27, 2007 at 02:01:23PM +0100, [EMAIL PROTECTED] wrote: > > On 7/27/07, Dani <[EMAIL PROTECTED]> wrote: > > > I'm changing the main Makefile.am and putting the .desktop in the main >

Re: .desktop files and Makefile.am

2007-07-27 Thread Yeti
On Fri, Jul 27, 2007 at 02:01:23PM +0100, [EMAIL PROTECTED] wrote: > On 7/27/07, Dani <[EMAIL PROTECTED]> wrote: > > I'm changing the main Makefile.am and putting the .desktop in the main > > project folder.. but without success :( > > I have something like: > > install-exec-hook: > $(mki

Re: .desktop files and Makefile.am

2007-07-27 Thread jcupitt
On 7/27/07, Dani <[EMAIL PROTECTED]> wrote: > I'm changing the main Makefile.am and putting the .desktop in the main > project folder.. but without success :( I have something like: install-exec-hook: $(mkinstalldirs) ${DESTDIR}$(datadir)/applications -cp poop.desktop ${DESTDIR}$(

.desktop files and Makefile.am

2007-07-27 Thread Dani
Hi all I been wrote a gtk application for gnome.. and (by first time) i'm using auto* tools. I've all most done, but i'm missing a detail... how to add a menu entry to the gnome menu.. I'm changing the main Makefile.am and putting the .desktop in the main project folder.. but without success :(