[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA: GTK FileChoose
- To: geda-dev@xxxxxxxx
- Subject: gEDA: GTK FileChoose
- From: "Andy Spencer" <andy753421@xxxxxxxxx>
- Date: Thu, 2 Mar 2006 03:55:56 -0500
- Delivered-to: archiver@seul.org
- Delivered-to: geda-dev-outgoing@seul.org
- Delivered-to: geda-dev@seul.org
- Delivery-date: Thu, 02 Mar 2006 03:56:01 -0500
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=JE9SZa67hnqYZ+wnFIGB6U9F5UEc4ZauV5PxQLL5fIaRERR0vgMB2bUUj2ksF1qIVMC8BjT1tHqKJo4QEat9domuJgywZVgZZ+SLgNiVsvUXzYJYf4QxuE0k44Va1TidIQw3e596cUIjxYolpW/2WKKJQiBwEToFOtl/glz37FE=
- Reply-to: geda-dev@xxxxxxxx
- Sender: owner-geda-dev@xxxxxxxx
I've been a big fan of the new GTK file chooser so I modified the geda
project manager (the thing that runs when you type $ geda) to use
GtkFileChooserDialog instead of GtkFileSelectorWhatever
I made a patch file for that change. It's made against a clean cvs
checkout as described form the geda help page. Before applying the
patch you'll need to move devel/geda/src/filesel.[ch] to
devel/geda/src/filechoose.[ch] (I renamed things to comply with the
GTK naming). After that all you should need to do is run '$ patch -p1
< patchfile.patch' from the top level cvs directory (the one that
contains only CVS and devel).
I wasn't sure where to put the patch file so I put it up on a
webserver at http://spenceal-3.student.rose-hulman.edu/files/gtk_file_choose.patch
Have fun, If there's a better way to submit a patch file/there's
anything worng with this one/or you have any questions, let me know.