summaryrefslogtreecommitdiffstats
path: root/deskutils/gnote/files/patch-src_utils.cpp
blob: bcfa47a2adf175101c63152864c4c7c50dd3ff24 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/utils.cpp.orig  2009-09-27 13:43:28.000000000 +0200
+++ src/utils.cpp   2009-09-27 13:46:05.000000000 +0200
@@ -744,7 +744,7 @@ namespace gnote {
       if (!group_cycling) {
         activate();
       } 
-      else if (can_focus()) {
+      else if (get_can_focus()) {
         grab_focus();
       }