[hotssh] Attempt to add icon to connection dialog



commit 94ab2102f3f199a324ae6e031e1adb2c0a78f686
Author: Colin Walters <walters verbum org>
Date:   Sat Jul 18 21:38:45 2009 -0400

    Attempt to add icon to connection dialog

 hotssh/sshwindow.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/hotssh/sshwindow.py b/hotssh/sshwindow.py
index 4d23001..4ecde11 100644
--- a/hotssh/sshwindow.py
+++ b/hotssh/sshwindow.py
@@ -364,6 +364,7 @@ class ConnectDialog(gtk.Dialog):
                                             parent=parent,
                                             flags=gtk.DIALOG_DESTROY_WITH_PARENT,
                                             buttons=(gtk.STOCK_CANCEL, gtk.RESPONSE_CANCEL))
+        self.set_icon_name('hotwire-openssh')
 
         self.__history = history
         self.__local_avahi = local_avahi



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