summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 515bdbc)
raw | patch | inline | side by side (parent: 515bdbc)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Mon, 19 Feb 2007 08:21:40 +0000 (08:21 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Mon, 19 Feb 2007 08:21:40 +0000 (08:21 +0000) |
src/ui/dialog/dialog.cpp | patch | blob | history |
index 61ee2dd9172f23dcbe784c10f4293b176ae3ceed..64109de3fa2f6c24d04048805b54646a487b8f3f 100644 (file)
--- a/src/ui/dialog/dialog.cpp
+++ b/src/ui/dialog/dialog.cpp
set_title(title);
}
- sp_transientize(dlg);
- retransientize_suppress = false;
-
gtk_signal_connect( GTK_OBJECT (dlg), "event", GTK_SIGNAL_FUNC(sp_dialog_event_handler), dlg );
_hiddenF12 = false;
read_geometry();
present();
+ sp_transientize(dlg);
+ retransientize_suppress = false;
}
Dialog::Dialog(BaseObjectType *gobj)