- 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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user