~ubuntu-branches/ubuntu/maverick/gnome-mount/maverick

« back to all changes in this revision

Viewing changes to debian/patches/06_allow_eject_drive.patch

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-04-01 12:52:35 UTC
  • Revision ID: james.westby@ubuntu.com-20080401125235-43qpkve6jljazduv
Tags: 0.8~svn20080225-0ubuntu2
* debian/patches/06_allow_eject_drive.patch:
  - allow to use eject on empty drives (lp: #203574)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Index: src/gnome-mount.c
 
2
===================================================================
 
3
--- src/gnome-mount.c   (révision 163)
 
4
+++ src/gnome-mount.c   (copie de travail)
 
5
@@ -2933,7 +2933,7 @@
 
6
                                
 
7
                        } 
 
8
 
 
9
-                       if (found) {
 
10
+                       if (found || opt_eject) {
 
11
                                goto try_drive;
 
12
                        } else {
 
13
                                 if (opt_verbose)