blob: b6e277d4d8fde0e1693866c25693060c5add2d81 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- src/bubble-window.c.orig 2012-03-23 14:49:59 UTC
+++ src/bubble-window.c
@@ -78,8 +78,8 @@ bubble_window_get_accessible (GtkWidget *widget)
{
AtkObjectFactory *factory = NULL;
AtkRegistry *registry = NULL;
- GType derived_type = NULL;
- GType derived_atk_type = NULL;
+ GType derived_type = G_TYPE_NONE;
+ GType derived_atk_type = ATK_TYPE_OBJECT;
/*
* Figure out whether accessibility is enabled by looking at the
|