User-Agent: Mozilla/5.0 (X11; U; Linux i686; da; rv:1.8.0.3) Gecko/20060426 Firefox/1.5.0.3 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; da; rv:1.8.0.3) Gecko/20060426 Firefox/1.5.0.3 PyXfce should provide support for the new XfceTitledDialog class in libxfcegui4, in order to ensure consistency in Xfce and related applications. Reproducible: Always Steps to Reproduce:
done
Now it won't build: systemtray.override: In function '_wrap_xfce_system_tray_register': systemtray.override:51: warning: assignment from incompatible pointer type systemtray.override: In function '_wrap_xfce_system_tray_check_running': systemtray.override:92: warning: assignment from incompatible pointer type systemtray.override:78: warning: unused variable 'error' make[1]: *** No rule to make target `titled_dialog.defs', needed by `titled_dialog.c'. Stop. make[1]: Leaving directory `/opt/xfce4-svn/src/xfce4svn/pyxfce/trunk/gui' make: *** [all-recursive] Error 1
Created attachment 547 titled_dialog.defs As titled_dialog.defs is still missing, I made one myself some days ago. It seems to work. This is my first .defs file. I used inspiration from some of the .defs file from PyXfce and PyGTK, and xfce-titled-dialog.h from libxfcegui4, to make it. It works for me.
oops, fixed :)