[gtk+/gtk-2-90: 152/156] Look for accessible file chooser dialogue instead of file selection
- From: Javier Jardón <jjardon src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-2-90: 152/156] Look for accessible file chooser dialogue instead of file selection
- Date: Sat, 23 Jan 2010 05:49:27 +0000 (UTC)
commit c927d4ac94d225a6536e185a06649b087333bd81
Author: Christian Dywan <christian twotoasts de>
Date: Wed Dec 9 16:56:55 2009 +0100
Look for accessible file chooser dialogue instead of file selection
modules/other/gail/gailwindow.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/modules/other/gail/gailwindow.c b/modules/other/gail/gailwindow.c
index 416e0f5..10a0d57 100644
--- a/modules/other/gail/gailwindow.c
+++ b/modules/other/gail/gailwindow.c
@@ -210,7 +210,7 @@ gail_window_real_initialize (AtkObject *obj,
g_object_set_data (G_OBJECT (obj), "atk-component-layer",
GINT_TO_POINTER (ATK_LAYER_WINDOW));
- if (GTK_IS_FILE_SELECTION (widget))
+ if (GTK_IS_FILE_CHOOSER_DIALOG (widget))
obj->role = ATK_ROLE_FILE_CHOOSER;
else if (GTK_IS_COLOR_SELECTION_DIALOG (widget))
obj->role = ATK_ROLE_COLOR_CHOOSER;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]