Bug 555920 – gtkentry.c passes wrong enum to

2008-10-22  Behdad Esfahbod  <behdad@gnome.org>

        Bug 555920 – gtkentry.c passes wrong enum to
        pango_layout_set_alignment()

        * gtk/gtkentry.c (gtk_entry_create_layout): Don't set layout 
        adjustment.


svn path=/trunk/; revision=21700
This commit is contained in:
Behdad Esfahbod 2008-10-22 21:02:23 +00:00 committed by Behdad Esfahbod
parent aadac20e90
commit e108b3d2d9
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,11 @@
2008-10-22 Behdad Esfahbod <behdad@gnome.org>
Bug 555920 gtkentry.c passes wrong enum to
pango_layout_set_alignment()
* gtk/gtkentry.c (gtk_entry_create_layout): Don't set layout
adjustment.
2008-10-22 Matthias Clasen <mclasen@redhat.com>
* gdk/x11/gdkscreen-x11.c: Only emit size-changed if the screen

View File

@ -3550,8 +3550,6 @@ gtk_entry_create_layout (GtkEntry *entry,
pango_context_set_base_dir (gtk_widget_get_pango_context (widget),
pango_dir);
pango_layout_set_alignment (layout, pango_dir);
entry->resolved_dir = pango_dir;
if (entry->visible)