seahorse r2621 - in trunk: . ssh



Author: sadam
Date: Wed Nov 19 01:52:33 2008
New Revision: 2621
URL: http://svn.gnome.org/viewvc/seahorse?rev=2621&view=rev

Log:
2008-11-18  Adam Schreiber  <sadam clemson edu>

    * ssh/seahorse-ssh-upload.glade: Indicate how to connect to port != 
22.
    Fixes bug #489903


Modified:
   trunk/ChangeLog
   trunk/ssh/seahorse-ssh-upload.glade

Modified: trunk/ssh/seahorse-ssh-upload.glade
==============================================================================
--- trunk/ssh/seahorse-ssh-upload.glade	(original)
+++ trunk/ssh/seahorse-ssh-upload.glade	Wed Nov 19 01:52:33 2008
@@ -2,7 +2,6 @@
 <!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd";>
 
 <glade-interface>
-<requires lib="gnome"/>
 
 <widget class="GtkDialog" id="ssh-upload">
   <property name="border_width">5</property>
@@ -200,6 +199,7 @@
 			  <property name="max_length">0</property>
 			  <property name="text" translatable="yes"></property>
 			  <property name="has_frame">True</property>
+			  <property name="invisible_char">â</property>
 			  <property name="activates_default">True</property>
 			  <signal name="changed" handler="input_changed" last_modification_time="Sat, 05 Nov 2005 21:00:40 GMT"/>
 			</widget>
@@ -213,7 +213,7 @@
 		      <child>
 			<widget class="GtkLabel" id="label7">
 			  <property name="visible">True</property>
-			  <property name="label" translatable="yes">&lt;i&gt;eg: fileserver.example.com&lt;/i&gt;</property>
+			  <property name="label" translatable="yes">&lt;i&gt;eg: fileserver.example.com:port&lt;/i&gt;</property>
 			  <property name="use_underline">False</property>
 			  <property name="use_markup">True</property>
 			  <property name="justify">GTK_JUSTIFY_LEFT</property>
@@ -313,6 +313,7 @@
 		      <property name="max_length">0</property>
 		      <property name="text" translatable="yes"></property>
 		      <property name="has_frame">True</property>
+		      <property name="invisible_char">â</property>
 		      <property name="activates_default">True</property>
 		      <signal name="changed" handler="input_changed" last_modification_time="Sat, 05 Nov 2005 21:00:53 GMT"/>
 		    </widget>



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