Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 159501 Details for
Bug 248686
Avoid deleting the preference window
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Fix the bug with using hide_on_delete instead of hide.
prefWindow.py.patch (text/plain), 652 bytes, created by
Masatake YAMATO
on 2007-07-18 08:56:34 UTC
(
hide
)
Description:
Fix the bug with using hide_on_delete instead of hide.
Filename:
MIME Type:
Creator:
Masatake YAMATO
Created:
2007-07-18 08:56:34 UTC
Size:
652 bytes
patch
obsolete
>--- src/prefWindow.py.orig 2007-07-18 17:34:15.000000000 +0900 >+++ src/prefWindow.py 2007-07-18 17:39:15.000000000 +0900 >@@ -27,7 +27,7 @@ > self.close = xml.get_widget ("preferencesWindowCloseButton") > > self.toplevel.set_icon (icon) >- self.toplevel.connect ('delete-event', self.hide) >+ self.toplevel.connect ('delete-event', self.hide_on_delete) > > self.close.connect ('activate', self.hide) > self.close.connect ('clicked', self.hide) >@@ -39,3 +39,6 @@ > > def hide (self, *args): > self.toplevel.hide () >+ >+ def hide_on_delete (self, *args): >+ return self.toplevel.hide_on_delete ()
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 248686
: 159501