]> git.pld-linux.org Git - packages/claws-mail-extra-plugins.git/blob - claws-mail-extra-plugins-geolocation.patch
- updated gettext BR
[packages/claws-mail-extra-plugins.git] / claws-mail-extra-plugins-geolocation.patch
1 --- claws-mail-extra-plugins-3.8.0/geolocation_plugin-0.0.8/configure.ac~       2011-12-16 12:20:45.000000000 +0100
2 +++ claws-mail-extra-plugins-3.8.0/geolocation_plugin-0.0.8/configure.ac        2012-01-02 12:51:12.947113060 +0100
3 @@ -103,7 +103,9 @@
4         CHAMPLAIN_VERSION=0.6.0], [])
5  PKG_CHECK_EXISTS(champlain-gtk-0.8 > 0.8.0,[CHAMPLAIN_MODULE=champlain-gtk-0.8
6         CHAMPLAIN_VERSION=0.8.0], [])
7 -PKG_CHECK_MODULES(CHAMPLAIN, $CHAMPLAIN_MODULE >= $CHAMPLAIN_VERSION clutter-gtk-0.10)
8 +PKG_CHECK_EXISTS(champlain-gtk-0.12 > 0.12.0,[CHAMPLAIN_MODULE=champlain-gtk-0.12
9 +       CHAMPLAIN_VERSION=0.12.0], [])
10 +PKG_CHECK_MODULES(CHAMPLAIN, $CHAMPLAIN_MODULE >= $CHAMPLAIN_VERSION clutter-gtk-1.0)
11  
12  AC_SUBST(VERSION)
13  AC_SUBST(PLUGINVERSION)
14 --- claws-mail-extra-plugins-3.8.0/geolocation_plugin-0.0.8/src/geolocation_plugin.c~   2011-09-21 08:19:41.000000000 +0200
15 +++ claws-mail-extra-plugins-3.8.0/geolocation_plugin-0.0.8/src/geolocation_plugin.c    2012-01-02 12:59:59.397060657 +0100
16 @@ -276,7 +276,7 @@
17    /* create map widget */
18    map = gtk_champlain_embed_new();
19    view = gtk_champlain_embed_get_view(GTK_CHAMPLAIN_EMBED(map));
20 -  g_object_set(G_OBJECT(view), "scroll-mode", CHAMPLAIN_SCROLL_MODE_KINETIC, "zoom-level", 8, NULL);
21 +  g_object_set(G_OBJECT(view), "zoom-level", 8, "kinetic-mode", TRUE, NULL);
22  
23    /* mail origin marker */
24    layer = champlain_layer_new();
This page took 0.053065 seconds and 4 git commands to generate.