Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 161032 Details for
Bug 232594
dev-python/bicyclerepair-0.9-r1 - ebuild enhancements
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
bicyclerepair-fix-idle.patch
bicyclerepair-fix-idle.patch (text/plain), 1.49 KB, created by
René 'Necoro' Neumann
on 2008-07-21 20:29:26 UTC
(
hide
)
Description:
bicyclerepair-fix-idle.patch
Filename:
MIME Type:
Creator:
René 'Necoro' Neumann
Created:
2008-07-21 20:29:26 UTC
Size:
1.49 KB
patch
obsolete
>=== modified file 'ide-integration/BicycleRepairMan_Idle.py' >--- ide-integration/BicycleRepairMan_Idle.py 2008-07-21 20:08:33 +0000 >+++ ide-integration/BicycleRepairMan_Idle.py 2008-07-21 20:15:02 +0000 >@@ -300,21 +300,21 @@ > return 1 > > >- def confirm_buffer_is_saved(self, editwin): >- if not editwin.get_saved(): >- name = (editwin.short_title()or >- editwin.long_title()or >- "Untitled") >- reply = tkMessageBox.askokcancel("Bicycle Repair Man", >- "The buffer for %s is not saved.\n\n"%name+ >- "Save it and continue?", >- master = self.editwin.text) >- &nbs p; self.editwin.text.focus_set() >- if reply: >- editwin.io.save(None) >- else: >- return 0 >- return 1 >+ def confirm_buffer_is_saved(self, editwin): >+ if not editwin.get_saved(): >+ name = (editwin.short_title()or >+ editwin.long_title()or >+ "Untitled") >+ reply = tkMessageBox.askokcancel("Bicycle Repair Man", >+ "The buffer for %s is not saved.\n\n"%name+ >+ "Save it and continue?", >+ master = self.editwin.text) >+ self.editwin.text.focus_set() >+ if reply: >+ editwin.io.save(None) >+ else: >+ return 0 >+ return 1 > > def errorbox(self, title, message): > tkMessageBox.showerror(title, message, master = self.editwin.text) >
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 232594
:
161030
| 161032 |
161033