]> de.git.xonotic.org Git - xonotic/netradiant.git/commitdiff
- Fix for Bug 1113 (Topsun)
authornamespace <namespace>
Tue, 3 Oct 2006 20:54:05 +0000 (20:54 +0000)
committernamespace <namespace>
Tue, 3 Oct 2006 20:54:05 +0000 (20:54 +0000)
  (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
radiant/entityinspector.cpp

diff --git a/CHANGES b/CHANGES
index 97a0c58f166be5bcef1166cc2df6198b723967c0..234ecd987c106fde7d614402e999fb200ee96458 100644 (file)
--- 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)
index da097e465e8f82e0c4411a813f80deb6c0ba9727..f8a0cce99cc8c26fe9e4be02701c8ffff77cdd8d 100644 (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)
     {