From: "Alexandre Restovtsev" <tetromino@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:master commit in: media-libs/libchamplain/files/
Date: Tue, 18 Oct 2011 08:08:42 +0000 (UTC) [thread overview]
Message-ID: <4b1ce62e24f1e078b21f5c3f32a5bc4e07bb901b.tetromino@gentoo> (raw)
commit: 4b1ce62e24f1e078b21f5c3f32a5bc4e07bb901b
Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Tue Oct 18 08:07:43 2011 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Tue Oct 18 08:07:43 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=4b1ce62e
media-libs/libchamplain: add missing patch
Brown-paper-bag commit.
---
.../files/libchamplain-0.12.0-redrawing.patch | 22 ++++++++++++++++++++
1 files changed, 22 insertions(+), 0 deletions(-)
diff --git a/media-libs/libchamplain/files/libchamplain-0.12.0-redrawing.patch b/media-libs/libchamplain/files/libchamplain-0.12.0-redrawing.patch
new file mode 100644
index 0000000..e8fc116
--- /dev/null
+++ b/media-libs/libchamplain/files/libchamplain-0.12.0-redrawing.patch
@@ -0,0 +1,22 @@
+From 864e445974de7c843cdb4ee008bad0a550e5af6e Mon Sep 17 00:00:00 2001
+From: Jiří Techet <techet@gmail.com>
+Date: Thu, 06 Oct 2011 22:06:59 +0000
+Subject: When re-creating scale, remove all actors first
+
+Otherwise the previously inserted actors are still used for redrawing.
+---
+diff --git a/champlain/champlain-scale.c b/champlain/champlain-scale.c
+index 34f5f06..a4befcd 100644
+--- a/champlain/champlain-scale.c
++++ b/champlain/champlain-scale.c
+@@ -476,6 +476,8 @@ create_scale (ChamplainScale *scale)
+ gfloat width;
+ ChamplainScalePrivate *priv = scale->priv;
+
++ clutter_group_remove_all (priv->content_group);
++
+ text = clutter_text_new_with_text ("Sans 9", "X km");
+ clutter_actor_set_name (text, "scale-far-label");
+ clutter_container_add_actor (CLUTTER_CONTAINER (priv->content_group), text);
+--
+cgit v0.9.0.2
reply other threads:[~2011-10-18 8:08 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4b1ce62e24f1e078b21f5c3f32a5bc4e07bb901b.tetromino@gentoo \
--to=tetromino@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox