]> matita.cs.unibo.it Git - helm.git/commitdiff
Do not mess with my window manager: the Cic Browsers are no longer slaves to
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Mon, 25 Aug 2008 13:15:54 +0000 (13:15 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Mon, 25 Aug 2008 13:15:54 +0000 (13:15 +0000)
the main window.

helm/software/matita/matita.glade
helm/software/matita/matitaGui.ml

index 34121dd9f9d651ea5fe45465818dadd562033847..5e39120a92ea524f7a28fc96d821b39df5b314da 100644 (file)
@@ -11,7 +11,6 @@
     <property name="default_width">500</property>
     <property name="default_height">480</property>
     <property name="destroy_with_parent">True</property>
-    <property name="transient_for">MainWin</property>
     <child>
       <widget class="GtkEventBox" id="BrowserWinEventBox">
         <property name="visible">True</property>
index 827bdf375ceee5ed004ecc62379eaacd347ef707..c6510403521af1e3cb8a70ba0a6a4ab0cc98ad1c 100644 (file)
@@ -1166,7 +1166,6 @@ class gui () =
           self#check_widgets ();
           let combo_widget = combo#coerce in
           uriHBox#pack ~from:`END ~fill:true ~expand:true combo_widget;
-          self#toplevel#set_transient_for main#toplevel#as_window;
           combo#misc#grab_focus ()
         method browserUri = combo
       end