gdm r6727 - in trunk: . gui/user-switch-applet



Author: halfline
Date: Tue Feb 24 15:13:37 2009
New Revision: 6727
URL: http://svn.gnome.org/viewvc/gdm?rev=6727&view=rev

Log:
2009-02-19 Ray Strode  <rstrode redhat com>

	* gui/user-switch-applet/gdm-user-menu-item.c:
	Don't call gettext on some strings that aren't
	user visible and are in a file that didn't get
	added to POTFILES.in before string freeze,
	bug 570086


Modified:
   trunk/ChangeLog
   trunk/gui/user-switch-applet/gdm-user-menu-item.c

Modified: trunk/gui/user-switch-applet/gdm-user-menu-item.c
==============================================================================
--- trunk/gui/user-switch-applet/gdm-user-menu-item.c	(original)
+++ trunk/gui/user-switch-applet/gdm-user-menu-item.c	Tue Feb 24 15:13:37 2009
@@ -335,29 +335,29 @@
         g_object_class_install_property (gobject_class,
                                          PROP_USER,
                                          g_param_spec_object ("user",
-                                                              _("User"),
-                                                              _("The user this menu item represents."),
+                                                              "User",
+                                                              "The user this menu item represents.",
                                                               GDM_TYPE_USER,
                                                               (G_PARAM_READWRITE |
                                                                G_PARAM_CONSTRUCT_ONLY)));
         g_object_class_install_property (gobject_class,
                                          PROP_ICON_SIZE,
                                          g_param_spec_int ("icon-size",
-                                                           _("Icon Size"),
-                                                           _("The size of the icon to use."),
+                                                           "Icon Size",
+                                                           "The size of the icon to use.",
                                                            12, G_MAXINT, DEFAULT_ICON_SIZE,
                                                            G_PARAM_READWRITE));
 
         gtk_widget_class_install_style_property (widget_class,
                                                  g_param_spec_int ("indicator-size",
-                                                                   _("Indicator Size"),
-                                                                   _("Size of check indicator"),
+                                                                   "Indicator Size",
+                                                                   "Size of check indicator",
                                                                    0, G_MAXINT, 12,
                                                                    G_PARAM_READABLE));
         gtk_widget_class_install_style_property (widget_class,
                                                  g_param_spec_int ("indicator-spacing",
-                                                                   _("Indicator Spacing"),
-                                                                   _("Space between the username and the indicator"),
+                                                                   "Indicator Spacing",
+                                                                   "Space between the username and the indicator",
                                                                    0, G_MAXINT, 8,
                                                                    G_PARAM_READABLE));
 }



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