public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-db/mysql-workbench/files: mysql-workbench-5.2.33-gtkmm.patch
@ 2011-04-10 18:14 Hans de Graaff (graaff)
  0 siblings, 0 replies; only message in thread
From: Hans de Graaff (graaff) @ 2011-04-10 18:14 UTC (permalink / raw
  To: gentoo-commits

graaff      11/04/10 18:14:18

  Added:                mysql-workbench-5.2.33-gtkmm.patch
  Log:
  Add patch to fix compilation with newer gtkmm versions, fixing bug 361645.
  
  (Portage version: 2.1.9.42/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  dev-db/mysql-workbench/files/mysql-workbench-5.2.33-gtkmm.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql-workbench/files/mysql-workbench-5.2.33-gtkmm.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql-workbench/files/mysql-workbench-5.2.33-gtkmm.patch?rev=1.1&content-type=text/plain

Index: mysql-workbench-5.2.33-gtkmm.patch
===================================================================
Patch to fix compilation with gtkmm-2.24.0. Taken from
http://bugs.mysql.com/bug.php?id=60603

diff -up mysql-workbench-gpl-5.2.33-src/frontend/linux/linux_utilities/toolbar_manager.cpp.gcc46 mysql-workbench-gpl-5.2.33-src/frontend/linux/linux_utilities/toolbar_manager.cpp
--- mysql-workbench-gpl-5.2.33-src/frontend/linux/linux_utilities/toolbar_manager.cpp.gcc46	2011-03-23 16:56:16.000000000 +0100
+++ mysql-workbench-gpl-5.2.33-src/frontend/linux/linux_utilities/toolbar_manager.cpp	2011-03-23 17:07:36.000000000 +0100
@@ -31,7 +31,7 @@ static Gtk::ComboBox *create_color_combo
   }
 
   Glib::RefPtr<Gtk::ListStore> model= Gtk::ListStore::create(*color_combo_columns);
-  Gtk::ComboBox *combo= new Gtk::ComboBox(model);
+  Gtk::ComboBox *combo= new Gtk::ComboBox((Glib::RefPtr<Gtk::TreeModel> &)model);
 
   combo->pack_start(color_combo_columns->image);
 






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-04-10 18:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-10 18:14 [gentoo-commits] gentoo-x86 commit in dev-db/mysql-workbench/files: mysql-workbench-5.2.33-gtkmm.patch Hans de Graaff (graaff)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox