[Pkg-bazaar-commits] ./bzr-gtk/unstable r239: Add note about what should and should not be in the preferences dialog.
Jelmer Vernooij
jelmer at samba.org
Fri Apr 10 07:49:15 UTC 2009
------------------------------------------------------------
revno: 239
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Thu 2007-07-19 15:09:18 +0200
message:
Add note about what should and should not be in the preferences dialog.
modified:
preferences.py
-------------- next part --------------
=== modified file 'preferences.py'
--- a/preferences.py 2007-07-19 12:17:00 +0000
+++ b/preferences.py 2007-07-19 13:09:18 +0000
@@ -26,6 +26,11 @@
class PreferencesWindow(gtk.Dialog):
"""Displays global preferences windows."""
+ # Note that we don't allow configuration of aliases or
+ # default log formats. This is because doing so wouldn't make
+ # a lot of sense to pure GUI users. Users that need these settings
+ # will already be familiar with the configuration file.
+
def __init__(self, config=None):
""" Initialize the Status window. """
super(PreferencesWindow, self).__init__(flags=gtk.DIALOG_MODAL)
More information about the Pkg-bazaar-commits
mailing list