Hi, 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? -- Alex, homepage: http://www.bennee.com/~alex/ http://www.half-llama.co.uk _______________________________________________ gpodder-devel mailing list gpodder-devel@lists.berlios.de https://lists.berlios.de/mailman/listinfo/gpodder-devel