Rev 239: Add note about what should and should not be in the preferences dialog. in file:///data/jelmer/bzr-gtk/trunk/
Jelmer Vernooij
jelmer at samba.org
Thu Jul 19 14:09:18 BST 2007
At file:///data/jelmer/bzr-gtk/trunk/
------------------------------------------------------------
revno: 239
revision-id: jelmer at samba.org-20070719130918-s11nskqrwfdp32xe
parent: jelmer at samba.org-20070719123723-wzjs7ngau337qw7x
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 preferences.py-20070313153956-vcdqjrfal0wuk0vb-1
=== 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 bazaar-commits
mailing list