[ekiga/v4_0] Increase number of chars shown in device names (in Preferences too)



commit 27bd2a51bcf3c56251d02283ae2759b34a892c22
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date:   Wed Jan 9 12:04:35 2013 +0100

    Increase number of chars shown in device names (in Preferences too)

 lib/gui/gmpreferences.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lib/gui/gmpreferences.c b/lib/gui/gmpreferences.c
index 922ece9..0f7f877 100644
--- a/lib/gui/gmpreferences.c
+++ b/lib/gui/gmpreferences.c
@@ -568,7 +568,7 @@ gnome_prefs_int_option_menu_new (GtkWidget *table,
   g_object_set (G_OBJECT (renderer), 
                 "ellipsize-set", TRUE, 
                 "ellipsize", PANGO_ELLIPSIZE_END, 
-                "width-chars", 45, NULL);
+                "width-chars", 65, NULL);
   gtk_label_set_mnemonic_widget (GTK_LABEL (label), option_menu);
 
   history = gm_conf_get_int (conf_key);
@@ -658,7 +658,7 @@ gnome_prefs_string_option_menu_new (GtkWidget *table,
   g_object_set (G_OBJECT (renderer), 
                 "ellipsize-set", TRUE, 
                 "ellipsize", PANGO_ELLIPSIZE_END, 
-                "width-chars", 45, NULL);
+                "width-chars", 65, NULL);
   gtk_label_set_mnemonic_widget (GTK_LABEL (label), option_menu);
 
   conf_string = gm_conf_get_string (conf_key);



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