From 48e07ba5f5d55250e7cc77ee92fdebe2697f57ee Mon Sep 17 00:00:00 2001 From: namespace Date: Tue, 3 Oct 2006 20:54:05 +0000 Subject: [PATCH] - 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 --- CHANGES | 6 ++++++ radiant/entityinspector.cpp | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 97a0c58f..234ecd98 100644 --- a/CHANGES +++ b/CHANGES @@ -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) diff --git a/radiant/entityinspector.cpp b/radiant/entityinspector.cpp index da097e46..f8a0cce9 100644 --- a/radiant/entityinspector.cpp +++ b/radiant/entityinspector.cpp @@ -277,7 +277,7 @@ public: typedef MemberCaller 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) { -- 2.39.2