Browse Source

Removed uneened pacthes

Héctor García 10 years ago
parent
commit
442a3291ac
3 changed files with 0 additions and 48 deletions
  1. 0 35
      debian/patches/focus_on_mouse_paste.diff
  2. 0 11
      debian/patches/man_page.diff
  3. 0 2
      debian/patches/series

+ 0 - 35
debian/patches/focus_on_mouse_paste.diff

@@ -1,35 +0,0 @@
---- a/src/mssh-window.c
-+++ b/src/mssh-window.c
-@@ -21,6 +21,8 @@
- static gboolean mssh_window_session_close(gpointer data);
- static void mssh_window_session_focused(MSSHTerminal *terminal,
-     gpointer data);
-+static gboolean mssh_window_mouse_paste_cb(MSSHTerminal *terminal,
-+    gpointer data);
- static void mssh_window_insert(GtkWidget *widget, gchar *new_text,
-     gint new_text_length, gint *position, gpointer data);
- static void mssh_window_add_session(MSSHWindow *window, char *hostname);
-@@ -248,6 +250,14 @@
-     }
- }
- 
-+static gboolean mssh_window_mouse_paste_cb(MSSHTerminal *terminal,
-+    gpointer data)
-+{
-+    gtk_widget_grab_focus(GTK_WIDGET(terminal));
-+
-+    return FALSE;
-+}
-+
- static void mssh_window_session_focused(MSSHTerminal *terminal,
-     gpointer data)
- {
-@@ -355,6 +365,8 @@
-         G_CALLBACK(mssh_window_session_closed), window);
-     g_signal_connect(G_OBJECT(terminal), "session-focused",
-         G_CALLBACK(mssh_window_session_focused), window);
-+    g_signal_connect(GTK_WIDGET(terminal), "button-release-event",
-+        G_CALLBACK(mssh_window_mouse_paste_cb), window);
- 
-     mssh_terminal_init_session(terminal, hostname);
- 

+ 0 - 11
debian/patches/man_page.diff

@@ -1,11 +0,0 @@
---- a/mssh.1
-+++ b/mssh.1
-@@ -3,7 +3,7 @@
- mssh \- tool to administrate multiple servers at once
- .SH SYNOPSIS
- .B mssh
--[\fIOPTION\fR]... (-a \fIALIAS\fR | \fIHOSTS\fR[\fI:PORT\fR])
-+[\fIOPTION\fR]... (\-a \fIALIAS\fR | \fIHOSTS\fR[\fI:PORT\fR])
- .SH DESCRIPTION
- .B MultiSSH
- is a GTK+ based ssh client to issue the same commands to multiple servers.

+ 0 - 2
debian/patches/series

@@ -1,2 +0,0 @@
-man_page.diff
-focus_on_mouse_paste.diff