problem with dialogs
Hi,
There's a dialog-related problem with current CVS. To reproduce it:
1. "File/Input Devices" -- for me it says "No extended input device", and I get two buttons: "Save" and "Close" -- 2. press the "Close" button (the one in the dialog - not the one provided by the window manager) 3. "File/Inkscape Prefs" 4. close the prefs dialog
--the "Input" dialog shows up again--
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
On 9/25/05, Arpad Biro <biro_arpad@...36...> wrote:
- "File/Input Devices"
-- for me it says "No extended input device", and I get two buttons: "Save" and "Close" -- 2. press the "Close" button (the one in the dialog - not the one provided by the window manager) 3. "File/Inkscape Prefs" 4. close the prefs dialog
--the "Input" dialog shows up again--
Whoever coded that dialog connected that button to gtk_widget_hide. This is wrong, please never use hiding when you mean deleting. This interferes with F12 show/hide. I switched that to gtk_widget_destroy, now works fine.
-- bulia byak Inkscape. Draw Freely. http://www.inkscape.org
participants (2)
-
Arpad Biro
-
bulia byak