Merge lp:~nicolas-chachereau/do-plugins/fandffix into lp:do-plugins

Proposed by Nicolas Chachereau
Status: Merged
Merge reported by: Chris S.
Merged at revision: not available
Proposed branch: lp:~nicolas-chachereau/do-plugins/fandffix
Merge into: lp:do-plugins
Diff against target: None lines
To merge this branch: bzr merge lp:~nicolas-chachereau/do-plugins/fandffix
Reviewer Review Type Date Requested Status
Chris S. Approve
Review via email: mp+4082@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Nicolas Chachereau (nicolas-chachereau) wrote :

The fix to bug #334251 I talked about on IRC.

Revision history for this message
Chris S. (cszikszoy) wrote :

"The fix to bug #334251 I talked about on IRC."

Thanks Nicolas. I've incorporated your changes with the latest f&f version.

Revision history for this message
Chris S. (cszikszoy) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'File/src/Do/Do.FilesAndFolders/Configuration.cs'
--- File/src/Do/Do.FilesAndFolders/Configuration.cs 2009-02-13 21:34:02 +0000
+++ File/src/Do/Do.FilesAndFolders/Configuration.cs 2009-03-02 21:36:21 +0000
@@ -54,8 +54,8 @@
54 chooser = new FileChooserDialog (54 chooser = new FileChooserDialog (
55 Catalog.GetString ("Choose a folder to index"),55 Catalog.GetString ("Choose a folder to index"),
56 new Dialog (), FileChooserAction.SelectFolder,56 new Dialog (), FileChooserAction.SelectFolder,
57 Catalog.GetString ("Cancel"), ResponseType.Cancel,57 Gtk.Stock.Cancel, ResponseType.Cancel,
58 Catalog.GetString ("Choose folder"), ResponseType.Accept);58 Gtk.Stock.Open, ResponseType.Accept);
59 59
60 60
61 if (chooser.Run () == (int) ResponseType.Accept) {61 if (chooser.Run () == (int) ResponseType.Accept) {

Subscribers

People subscribed via source and target branches