summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-06-23 19:22:50 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-06-23 19:22:50 +0000
commit9a48c4603086b4b92b049d51bf0d063a8e38ee30 (patch)
treeccb2c003509e17ea559301b8d1ba01b04541f32d /gnome-extra/wp_tray/files
parentVersion bumps: new TuxOnIce - 3.1.1.1, new genpatches. (diff)
downloadgentoo-2-9a48c4603086b4b92b049d51bf0d063a8e38ee30.tar.gz
gentoo-2-9a48c4603086b4b92b049d51bf0d063a8e38ee30.tar.bz2
gentoo-2-9a48c4603086b4b92b049d51bf0d063a8e38ee30.zip
Fix building with GCC 4.5+ wrt #323079 by Diego E. Pettenò.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'gnome-extra/wp_tray/files')
-rw-r--r--gnome-extra/wp_tray/files/wp_tray-0.5.5-gcc45.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/gnome-extra/wp_tray/files/wp_tray-0.5.5-gcc45.patch b/gnome-extra/wp_tray/files/wp_tray-0.5.5-gcc45.patch
new file mode 100644
index 000000000000..3667fa97a138
--- /dev/null
+++ b/gnome-extra/wp_tray/files/wp_tray-0.5.5-gcc45.patch
@@ -0,0 +1,13 @@
+http://bugs.gentoo.org/323079
+
+--- src/Applet.hh
++++ src/Applet.hh
+@@ -77,7 +77,7 @@
+ std::auto_ptr<Gnome::UI::About> m_pAboutBox;
+
+ Gtk::EventBox m_GtkEventBox;
+- Gtk::Image::Image m_GtkImage;
++ Gtk::Image m_GtkImage;
+ Gtk::Tooltips m_GtkTooltips;
+
+ Glib::RefPtr<Gdk::Pixbuf> m_pGdkIcon;