Message: 1
Date: Tue, 5 May 2009 13:00:48 -0400
From: "Patrick M. Rutkowski" <rutski89 gmail com>
Subject: Separator not being a darned separator!
To: gtk-app-devel-list gnome org
Message-ID:
<c4b204920905051000k61734f86q7cd421d4cd069de9 mail gmail com>
Content-Type: text/plain; charset=ISO-8859-1
Someone please help a GTK+ newbie out, I can't make any sense of this:
http://www.rutski89.com/static/taskbook-sep.jpg
Glade says it's of class GtkSeparatorMenuItem, but it doesn't show up
as such in the actual app.
You can find the source code here:
http://www.rutski89.com/static/taskbook-sep.tar.gz
If you have the requisite tools installed, the following one-liner
will download, build, and run the (broken) project. If you trust me
enough, you can give it a spin to see for yourself:
mkdir taskbook-tmp && cd taskbook-tmp && wget
http://www.rutski89.com/static/taskbook-sep.tar.gz && tar xvzf
taskbook-sep.tar.gz && cd taskbook && sh configure
--prefix=$PWD/../taskbook-install && make install &&
$PWD/../taskbook-install/bin/taskbook