From: "Ivan A. Melnikov" <iv@altlinux.org>
To: devel@lists.altlinux.org
Subject: Re: [devel] libgtkmm2-2.24.0 (Re: mysql-workbench-gpl-5.2.31a-alt1: Sisyphus/i586 test rebuild failed [1])
Date: Tue, 15 Mar 2011 19:51:32 +0300
Message-ID: <20110315195132.4db6bea1@deimos.localdomain> (raw)
In-Reply-To: <201103151739.45307.asy@altlinux.ru>
[-- Attachment #1: Type: text/plain, Size: 406 bytes --]
On Tue, 15 Mar 2011 17:39:44 +0300
"Sergey Y. Afonin" <asy@altlinux.ru> wrote:
>
> Незнание синтаксиса не позволяет даже собезьянничать. В случае
> mysql-workbench это вызов конструктора. Что там менять, совсем
> непонятно.
>
По идее, как-то так...
--
WBR,
Ivan A. Melnikov
[-- Attachment #2: mysql-workbench-gpl-5.2.31a-alt-fix-build.patch --]
[-- Type: text/x-patch, Size: 533 bytes --]
--- a/mysql-workbench-gpl/frontend/linux/linux_utilities/toolbar_manager.cpp
+++ b/mysql-workbench-gpl/frontend/linux/linux_utilities/toolbar_manager.cpp
@@ -31,7 +31,7 @@ static Gtk::ComboBox *create_color_combo(const std::vector<std::string> &colors,
}
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);
next prev parent reply other threads:[~2011-03-15 16:51 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-27 15:34 ` Sergey Y. Afonin
2011-02-28 16:50 ` Sergey Y. Afonin
2011-03-14 18:44 ` Sergey Y. Afonin
2011-03-15 9:42 ` Sergey Y. Afonin
2011-03-15 10:12 ` Ivan A. Melnikov
2011-03-15 10:39 ` Sergey Y. Afonin
2011-03-15 14:39 ` Sergey Y. Afonin
2011-03-15 16:51 ` Ivan A. Melnikov [this message]
2011-03-16 1:09 ` Sergey Y. Afonin
2011-03-18 14:53 ` Sergey Y. Afonin
2011-03-18 18:00 ` Alexey Tourbin
2011-03-19 9:09 ` Sergey Y. Afonin
2011-03-19 10:39 ` Alexey Tourbin
2011-03-19 10:44 ` [devel] libglade, libxml2 ([#40548] FAILED (try 7) mysql-workbench-oss.git=5.2.33-alt2) Sergey Y. Afonin
2011-03-20 11:22 ` Sergey Y. Afonin
2011-03-21 1:10 ` Alexey Tourbin
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=20110315195132.4db6bea1@deimos.localdomain \
--to=iv@altlinux.org \
--cc=devel@lists.altlinux.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
ALT Linux Team development discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
public-inbox-index devel
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.devel
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git