summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-6
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2002-11-08 22:38:13 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2002-11-08 22:38:13 +0000
commit8f5c388b976e98dfff62c6332a3582dc9688b93f (patch)
tree0649904a2d5ea0cc5cba508bd371782a3517e813 /ChangeLog.pre-2-6
parent2d1ce5a4fb9da6f0f26bd658310cf057eb08bf8b (diff)
downloadgtk+-8f5c388b976e98dfff62c6332a3582dc9688b93f.tar.gz
RTL flipping for check menu items.
* gtk/gtkcheckmenuitem.c (gtk_real_check_menu_item_draw_indicator): RTL flipping for check menu items.
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r--ChangeLog.pre-2-64
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 03e7c6ca83..d6e09ecdd1 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,5 +1,9 @@
2002-11-08 Matthias Clasen <maclas@gmx.de>
+ * gtk/gtkcheckmenuitem.c
+ (gtk_real_check_menu_item_draw_indicator): RTL flipping for check
+ menu items.
+
* tests/testtext.c (blink_timeout): Put into #ifdef DO_BLINK to
avoid an unused static function. (#97965)