vinagre r517 - trunk/src



Author: jwendell
Date: Sat Nov 15 19:49:29 2008
New Revision: 517
URL: http://svn.gnome.org/viewvc/vinagre?rev=517&view=rev

Log:
more minor adjusts

Modified:
   trunk/src/vinagre-connection.c
   trunk/src/vinagre-tab.c

Modified: trunk/src/vinagre-connection.c
==============================================================================
--- trunk/src/vinagre-connection.c	(original)
+++ trunk/src/vinagre-connection.c	Sat Nov 15 19:49:29 2008
@@ -708,7 +708,7 @@
   loaded = g_key_file_load_from_data (file,
 				      data,
 				      file_size,
-				      G_KEY_FILE_NONE,
+				      G_KEY_FILE_MATCH_INSENSITIVE,
 				      &error);
   if (!loaded)
     {

Modified: trunk/src/vinagre-tab.c
==============================================================================
--- trunk/src/vinagre-tab.c	(original)
+++ trunk/src/vinagre-tab.c	Sat Nov 15 19:49:29 2008
@@ -339,11 +339,11 @@
   message = g_string_new (NULL);
   name = vinagre_connection_get_best_name (vinagre_tab_get_conn (tab));
 
-  g_string_printf (message, _("Authentication to host \"%s\" has failed"),
+  g_string_printf (message, _("Authentication to host <i>%s</i> has failed"),
 		   name);
   if (msg)
   	g_string_append_printf (message, " (%s)", msg);
-  g_string_append_printf (message, ".");
+  g_string_append_c (message, '.');
 
   vinagre_utils_show_error (_("Authentication failed"), message->str, GTK_WINDOW (tab->priv->window));
   g_string_free (message, TRUE);
@@ -367,7 +367,7 @@
   message = g_string_new (NULL);
   name = vinagre_connection_get_best_name (vinagre_tab_get_conn (tab));
 
-  g_string_printf (message, _("Authentication method to host \"%s\" is unsupported. (%u)"),
+  g_string_printf (message, _("Authentication method to host <i>%s</i> is unsupported. (%u)"),
 		   name,
 		   auth_type);
 



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