
25 Dec
2003
25 Dec
'03
2:09 p.m.
On Do, Dez 25, 2003 at 02:49:55 +0000, bulia byak wrote:
Hi Alexander,
big thanks for your file-related fixes today! However there's a problem with the error messageboxes you added (this also applies to the export errors) - they must be:
- modal
As I use gtk_dialog_run() they are automatically modal
unsinkable (transient)
non-resizeable
The new save confirmation dialog satisfies all these requirements - please borrow the settings from it for your messageboxes.
Okay. Btw. As the error dialogs are all the same (well, only the text is different) I'd like to put the error dialog into a function. In which file could I put it? Shall I create a new one? Or do we already have a place for this?
Alex