mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 13:11:13 +00:00
removed call to gdk_pango_context_set_colormap() which isn't needed any
2004-11-21 Sven Neumann <sven@gimp.org> * gtk/gtkwidget.c (gtk_widget_create_pango_context): removed call to gdk_pango_context_set_colormap() which isn't needed any longer.
This commit is contained in:
parent
6988f58c47
commit
edf273a2a5
@ -1,3 +1,8 @@
|
|||||||
|
2004-11-21 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
|
* gtk/gtkwidget.c (gtk_widget_create_pango_context): removed call
|
||||||
|
to gdk_pango_context_set_colormap() which isn't needed any longer.
|
||||||
|
|
||||||
2004-11-21 Hans Breuer <hans@breuer.org>
|
2004-11-21 Hans Breuer <hans@breuer.org>
|
||||||
|
|
||||||
* gdk/makefile.msc.in gtk/stock-icons/makefile.msc
|
* gdk/makefile.msc.in gtk/stock-icons/makefile.msc
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2004-11-21 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
|
* gtk/gtkwidget.c (gtk_widget_create_pango_context): removed call
|
||||||
|
to gdk_pango_context_set_colormap() which isn't needed any longer.
|
||||||
|
|
||||||
2004-11-21 Hans Breuer <hans@breuer.org>
|
2004-11-21 Hans Breuer <hans@breuer.org>
|
||||||
|
|
||||||
* gdk/makefile.msc.in gtk/stock-icons/makefile.msc
|
* gdk/makefile.msc.in gtk/stock-icons/makefile.msc
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2004-11-21 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
|
* gtk/gtkwidget.c (gtk_widget_create_pango_context): removed call
|
||||||
|
to gdk_pango_context_set_colormap() which isn't needed any longer.
|
||||||
|
|
||||||
2004-11-21 Hans Breuer <hans@breuer.org>
|
2004-11-21 Hans Breuer <hans@breuer.org>
|
||||||
|
|
||||||
* gdk/makefile.msc.in gtk/stock-icons/makefile.msc
|
* gdk/makefile.msc.in gtk/stock-icons/makefile.msc
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2004-11-21 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
|
* gtk/gtkwidget.c (gtk_widget_create_pango_context): removed call
|
||||||
|
to gdk_pango_context_set_colormap() which isn't needed any longer.
|
||||||
|
|
||||||
2004-11-21 Hans Breuer <hans@breuer.org>
|
2004-11-21 Hans Breuer <hans@breuer.org>
|
||||||
|
|
||||||
* gdk/makefile.msc.in gtk/stock-icons/makefile.msc
|
* gdk/makefile.msc.in gtk/stock-icons/makefile.msc
|
||||||
|
@ -5015,7 +5015,6 @@ gtk_widget_create_pango_context (GtkWidget *widget)
|
|||||||
|
|
||||||
context = gdk_pango_context_get_for_screen (screen);
|
context = gdk_pango_context_get_for_screen (screen);
|
||||||
|
|
||||||
gdk_pango_context_set_colormap (context, gtk_widget_get_colormap (widget));
|
|
||||||
pango_context_set_base_dir (context,
|
pango_context_set_base_dir (context,
|
||||||
gtk_widget_get_direction (widget) == GTK_TEXT_DIR_LTR ?
|
gtk_widget_get_direction (widget) == GTK_TEXT_DIR_LTR ?
|
||||||
PANGO_DIRECTION_LTR : PANGO_DIRECTION_RTL);
|
PANGO_DIRECTION_LTR : PANGO_DIRECTION_RTL);
|
||||||
|
Loading…
Reference in New Issue
Block a user