You wrote: > I've just been playing with gpodder.git on my work machine which is a > fairly crusty old Hardy LTS machine. > I was having trouble getting the the preferences dialog to come up > until I did the following: > > 10:23 a...@pitcairn/x86_64 [gpodder.git] >git diff > diff --git a/data/ui/desktop/gpodderpreferences.ui > b/data/ui/desktop/gpodderpreferences.ui > index e2c8ee6..26991e2 100644 > --- a/data/ui/desktop/gpodderpreferences.ui > +++ b/data/ui/desktop/gpodderpreferences.ui > @@ -1,6 +1,6 @@ > <?xml version="1.0"?> > <interface> > - <requires lib="gtk+" version="2.14"/> > +<!-- <requires lib="gtk+" version="2.14"/> --> > <!-- interface-naming-policy toplevel-contextual --> > <object class="GtkAdjustment" id="adjustment1"> > <property name="value">20</property> > > Which seemed to allow it to work. Although there are some warnings > from other parts of the GUI > in the debug stream I was wandering is GTK+ 2.14 really a hard > requirement for the preferences > dialog?
Thanks, removed the <requires/> tag in that file in the Git repository. Greetings, Thomas _______________________________________________ gpodder-devel mailing list [email protected] https://lists.berlios.de/mailman/listinfo/gpodder-devel
