Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 60d3a501abfd96e5f635887d780fb9dd > files > 1

gpaste-1.2-1.fc15.src.rpm

diff -up GPaste/completions/_gpaste.orig GPaste/completions/_gpaste
--- GPaste/completions/_gpaste.orig	2011-03-29 14:26:24.000000000 +0200
+++ GPaste/completions/_gpaste	2011-06-25 14:53:08.682090764 +0200
@@ -8,7 +8,6 @@ _describe 'gpaste command' '(
 	start:start\ the\ daemon
 	daemon:alias\ for\ start
 	quit:shutdown\ the\ daemon
-	applet:launch\ the\ applet
 	settings:launch\ the\ configuration\ tool
 	preferences:alias\ for\ settings
 	version:display\ the\ version
diff -up GPaste/completions/gpaste.orig GPaste/completions/gpaste
--- GPaste/completions/gpaste.orig	2011-03-29 14:26:24.000000000 +0200
+++ GPaste/completions/gpaste	2011-06-25 14:53:04.571090755 +0200
@@ -3,7 +3,7 @@ _gpaste()
     local cur opts
     COMPREPLY=()
     cur="${COMP_WORDS[${COMP_CWORD}]}"
-    opts="add set delete empty start daemon quit applet preferences settings version help -h --help"
+    opts="add set delete empty start daemon quit preferences settings version help -h --help"
     COMPREPLY=( $(compgen -W "$opts" -- $cur ) )
 }
 
diff -up GPaste/data/gpaste.pod.orig GPaste/data/gpaste.pod
--- GPaste/data/gpaste.pod.orig	2011-03-29 14:26:24.000000000 +0200
+++ GPaste/data/gpaste.pod	2011-06-25 14:52:23.914090762 +0200
@@ -48,10 +48,6 @@ Start tracking clipboard changes
 
 Stop tracking clipboard changes
 
-=item B<gpaste applet>
-
-Launch the applet
-
 =item B<gpaste settings>
 
 Launch the configuration tool
@@ -66,44 +62,4 @@ Display the help
 
 =back
 
-=head1 APPLET USAGE
-
-=over 8
-
-=back
-
-=head2 B<left clic>
-
-Display the history, the first element is the one in the clipboard
-
-=over 8
-
-=item B<left clic>
-
-Select the item
-
-=item B<right clic>
-
-Delete the item
-
-=back
-
-=head2 B<right clic>
-
-Display the options
-
-=over 8
-
-=item B<Settings>
-
-Launch the configuration tool
-
-=item B<Empty history>
-
-Empty the history
-
-=item B<Quit>
-
-Exit the applet
-
 =cut