! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Provide builtin license constants for use in xfce4.gui.AboutDialog
Status:
VERIFIED: FIXED
Severity:
enhancement

Comments

Description Stefan Stuhr 2006-01-06 17:53:23 CET
libxfcegui4 provides some builtin license constants for use in XfceAboutDialog:
XFCE_LICENSE_BSD, XFCE_LICENSE_GPL and XFCE_LICENSE_LGPL.

http://www.xfce.org/documentation/api-4.2/libxfcegui4/XfceAboutDialog.html#xfce-about-info-new

I would really like if it was possible to use these constants for
xfce4.gui.AboutDialog in PyXfce.

Reproducible: Always
Steps to Reproduce:
Comment 1 dannym editbugs 2006-01-06 23:35:52 CET
done:

import xfce4

xfce4.util.LICENSE_BSD
xfce4.util.LICENSE_LGPL
xfce4.util.LICENSE_GPL

Comment 2 Stefan Stuhr 2006-01-07 11:55:09 CET
(In reply to comment #1)
> done:
> 
> import xfce4
> 
> xfce4.util.LICENSE_BSD
> xfce4.util.LICENSE_LGPL
> xfce4.util.LICENSE_GPL

Thanks :)

Bug #1312

Reported by:
Stefan Stuhr
Reported on: 2006-01-06
Last modified on: 2006-01-07

People

CC List:
0 users

Version

Version:
unspecified

Attachments

Additional information