diff options
author | Ray Strode <rstrode@redhat.com> | 2009-02-24 15:13:37 +0000 |
---|---|---|
committer | Ray Strode <halfline@src.gnome.org> | 2009-02-24 15:13:37 +0000 |
commit | e2c10b8b819d45656e8ff4fa7356f5303529a35e (patch) | |
tree | fb671bc98ddf6266aa8c197b96c170661badc07d /ChangeLog | |
parent | a67de6275e5138e497befd148d53f8b8bb0153f2 (diff) | |
download | gdm-e2c10b8b819d45656e8ff4fa7356f5303529a35e.tar.gz |
Don't call gettext on some strings that aren't user visible and are in a
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
svn path=/trunk/; revision=6727
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 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 + +2009-02-19 Ray Strode <rstrode@redhat.com> + * gui/simple-greeter/gdm-greeter-session.c (get_tallest_monitor_at_point): Drop superfluous call to gdk_screen_get_monitor_at_point |