- 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:
namespace 2006-10-03 20:54:05 +00:00
parent 04dca548d1
commit 48e07ba5f5
2 changed files with 7 additions and 1 deletions

View file

@ -1,6 +1,12 @@
This is the changelog for developers, != changelog for the end user
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
namespace
- Changed ETB tag toolbar to a notebook with tag/texture pages (Shaderman)

View file

@ -277,7 +277,7 @@ public:
typedef MemberCaller<ModelAttribute, &ModelAttribute::update> UpdateCaller;
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)
{