diff options
Diffstat (limited to 'app-accessibility/dasher/files/dasher-3.2.13-buildwindowtree.patch')
-rw-r--r-- | app-accessibility/dasher/files/dasher-3.2.13-buildwindowtree.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/app-accessibility/dasher/files/dasher-3.2.13-buildwindowtree.patch b/app-accessibility/dasher/files/dasher-3.2.13-buildwindowtree.patch deleted file mode 100644 index 80f23c864b46..000000000000 --- a/app-accessibility/dasher/files/dasher-3.2.13-buildwindowtree.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff -NurdB dasher-3.2.13-orig/Src/Gtk2/accessibility.cc dasher-3.2.13/Src/Gtk2/accessibility.cc ---- dasher-3.2.13-orig/Src/Gtk2/accessibility.cc 2005-03-01 22:52:44.462707952 -0500 -+++ dasher-3.2.13/Src/Gtk2/accessibility.cc 2005-03-01 22:54:40.062134168 -0500 -@@ -445,6 +445,7 @@ - std::string name; - GList *windows = wnck_screen_get_windows(wnckscreen); - -+ tmptree->parent = NULL; - for (l = windows; l; l = l->next) { - window = (WnckWindow*)l->data; - name = wnck_window_get_name (window); -@@ -454,8 +455,8 @@ - tmptree = tmptree->next; - - } -- -- tmptree->parent->next = NULL; -+ if (tmptree->parent != NULL) -+ tmptree->parent->next = NULL; - delete tmptree; - return firstchild; - } |