mirror of
https://github.com/UberGames/GtkRadiant.git
synced 2024-11-23 04:12:06 +00:00
- Fix for Bug 1113 (Topsun)
(http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=1113) git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@111 8a3a26a2-13c4-0310-b231-cf6edde360e5
This commit is contained in:
parent
04dca548d1
commit
48e07ba5f5
2 changed files with 7 additions and 1 deletions
6
CHANGES
6
CHANGES
|
@ -1,6 +1,12 @@
|
||||||
This is the changelog for developers, != changelog for the end user
|
This is the changelog for developers, != changelog for the end user
|
||||||
that we distribute with the binaries. (see changelog)
|
that we distribute with the binaries. (see changelog)
|
||||||
|
|
||||||
|
|
||||||
|
03/10/2006
|
||||||
|
namespace
|
||||||
|
- Fix for Bug 1113 (Topsun)
|
||||||
|
(http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=1113)
|
||||||
|
|
||||||
03/10/2006
|
03/10/2006
|
||||||
namespace
|
namespace
|
||||||
- Changed ETB tag toolbar to a notebook with tag/texture pages (Shaderman)
|
- Changed ETB tag toolbar to a notebook with tag/texture pages (Shaderman)
|
||||||
|
|
|
@ -277,7 +277,7 @@ public:
|
||||||
typedef MemberCaller<ModelAttribute, &ModelAttribute::update> UpdateCaller;
|
typedef MemberCaller<ModelAttribute, &ModelAttribute::update> UpdateCaller;
|
||||||
void browse(const BrowsedPathEntry::SetPathCallback& setPath)
|
void browse(const BrowsedPathEntry::SetPathCallback& setPath)
|
||||||
{
|
{
|
||||||
const char *filename = misc_model_dialog(GTK_WIDGET(m_entry.m_entry.m_frame));
|
const char *filename = misc_model_dialog(gtk_widget_get_toplevel(GTK_WIDGET(m_entry.m_entry.m_frame)));
|
||||||
|
|
||||||
if(filename != 0)
|
if(filename != 0)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue