summaryrefslogtreecommitdiff
path: root/recipes/maemo-mapper/files/fix_segfault.patch
diff options
context:
space:
mode:
authorLukas Gorris <lukas.gorris@gmail.com>2009-03-30 21:20:14 +0200
committerLukas Gorris <lukas.gorris@gmail.com>2009-03-30 21:20:14 +0200
commita93dfebb9e7a34ffba9b1ae5e8e496dfab4c3c43 (patch)
tree6c38a4617c92398269e6603a0509fc3006811368 /recipes/maemo-mapper/files/fix_segfault.patch
parent4255898da29e7e0c521d064afedbc4075b3e8155 (diff)
parentd7fdcef3d8c8b80926d579c2db179b594429cebe (diff)
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/maemo-mapper/files/fix_segfault.patch')
-rw-r--r--recipes/maemo-mapper/files/fix_segfault.patch31
1 files changed, 31 insertions, 0 deletions
diff --git a/recipes/maemo-mapper/files/fix_segfault.patch b/recipes/maemo-mapper/files/fix_segfault.patch
new file mode 100644
index 0000000000..23730e8c01
--- /dev/null
+++ b/recipes/maemo-mapper/files/fix_segfault.patch
@@ -0,0 +1,31 @@
+ src/maemo-mapper.c | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+Index: trunk/src/maemo-mapper.c
+===================================================================
+--- trunk.orig/src/maemo-mapper.c 2006-11-28 15:11:49.000000000 +0000
++++ trunk/src/maemo-mapper.c 2006-11-28 22:40:19.000000000 +0000
+@@ -140,8 +140,8 @@
+ #define HILDON_HARDKEY_RIGHT GDK_Right
+ #define HILDON_HARDKEY_SELECT GDK_Return
+ #define HILDON_HARDKEY_FULLSCREEN GDK_F10
+-#define HILDON_HARDKEY_INCREASE GDK_F6
+-#define HILDON_HARDKEY_DECREASE GDK_F5
++#define HILDON_HARDKEY_INCREASE GDK_plus
++#define HILDON_HARDKEY_DECREASE GDK_minus
+ #define HILDON_HARDKEY_ESC GDK_Escape
+ #define HILDON_COLOR_BUTTON GTK_COLOR_BUTTON
+
+@@ -3117,9 +3117,9 @@ set_conn_state(ConnState new_conn_state)
+ gtk_widget_destroy(_fix_banner);
+ _fix_banner = NULL;
+ }
+- if(!_connect_banner)
+- _connect_banner = hildon_banner_show_animation(
+- _window, NULL, _("Searching for GPS receiver"));
++// if(!_connect_banner)
++// _connect_banner = hildon_banner_show_animation(
++// _window, NULL, _("Searching for GPS receiver"));
+ break;
+ case RCVR_UP:
+ if(_connect_banner)