New backends window should have close button not quit
Bug #624298 reported by
Andrew Starr-Bochicchio
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
GTG |
Fix Released
|
Low
|
Andrew Starr-Bochicchio |
Bug Description
In order to be consistent with the preferences dialog, the new backends window should have a close button not a quit button. You are closing the window, not quitting the program.
Related branches
lp://staging/~andrewsomething/gtg/fix-624298
- Gtg developers: Pending requested
-
Diff: 33 lines (+4/-4)2 files modifiedGTG/gtk/backends_dialog.glade (+3/-3)
GTG/gtk/backends_dialog/__init__.py (+1/-1)
lp://staging/~gtg-user/gtg/backends-window
- Gtg developers: Pending requested
-
Diff: 3479 lines (+2700/-285)25 files modifiedAUTHORS (+1/-0)
CHANGELOG (+1/-0)
GTG/backends/backendsignals.py (+0/-127)
GTG/core/requester.py (+3/-0)
GTG/gtk/__init__.py (+3/-1)
GTG/gtk/backends_dialog.glade (+166/-0)
GTG/gtk/backends_dialog/__init__.py (+294/-0)
GTG/gtk/backends_dialog/addpanel.py (+214/-0)
GTG/gtk/backends_dialog/backendscombo.py (+92/-0)
GTG/gtk/backends_dialog/backendstree.py (+253/-0)
GTG/gtk/backends_dialog/configurepanel.py (+304/-0)
GTG/gtk/backends_dialog/parameters_ui/__init__.py (+149/-0)
GTG/gtk/backends_dialog/parameters_ui/checkboxui.py (+72/-0)
GTG/gtk/backends_dialog/parameters_ui/importtagsui.py (+135/-0)
GTG/gtk/backends_dialog/parameters_ui/passwordui.py (+84/-0)
GTG/gtk/backends_dialog/parameters_ui/pathui.py (+112/-0)
GTG/gtk/backends_dialog/parameters_ui/periodui.py (+97/-0)
GTG/gtk/backends_dialog/parameters_ui/textui.py (+78/-0)
GTG/gtk/browser/browser.py (+100/-3)
GTG/gtk/browser/custominfobar.py (+210/-0)
GTG/gtk/browser/taskbrowser.glade (+161/-147)
GTG/gtk/colors.py (+27/-1)
GTG/gtk/manager.py (+18/-6)
GTG/tests/test_interruptible.py (+69/-0)
GTG/tools/networkmanager.py (+57/-0)
Changed in gtg: | |
assignee: | nobody → Andrew Starr-Bochicchio (andrewsomething) |
status: | New → Fix Committed |
importance: | Undecided → Low |
milestone: | none → 0.3 |
Changed in gtg: | |
milestone: | 0.3 → 0.2.9 |
Changed in gtg: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.