[hotssh] Bug 573096 - Add username to title



commit b0d99b0b84b8bc180bdab09d7877521beb4a5d5a
Author: Colin Walters <walters verbum org>
Date:   Sat Jul 18 18:26:38 2009 -0400

    Bug 573096 - Add username to title

 hotssh/sshwindow.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/hotssh/sshwindow.py b/hotssh/sshwindow.py
index dfd4d8d..cc906b0 100644
--- a/hotssh/sshwindow.py
+++ b/hotssh/sshwindow.py
@@ -1186,7 +1186,7 @@ class SshTerminalWidget(gtk.VBox):
         return self.__term.get_vte()
 
     def get_title(self):
-        return self.get_host()
+        return userhost_pair_to_string(self.get_user(), self.get_host())
 
     def get_pixbuf(self):
         return self.__favicon_pixbuf



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]