summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/floating-behavior.h
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2010-04-04 00:17:51 +0000
committerJon A. Cruz <jon@joncruz.org>2010-04-04 00:17:51 +0000
commite10efc8dc1b2370f7f54970ca8e8f57b0f2d9666 (patch)
treef110324355aa56799802589bdaefe206dfc1d347 /src/ui/dialog/floating-behavior.h
parentFix --export-page-drawing option in PDF, PS and LaTeX export. (diff)
downloadinkscape-e10efc8dc1b2370f7f54970ca8e8f57b0f2d9666.tar.gz
inkscape-e10efc8dc1b2370f7f54970ca8e8f57b0f2d9666.zip
zero out pointers to deleted members. might expose problems if a stail pointer is related to bug #494722.
(bzr r9291)
Diffstat (limited to 'src/ui/dialog/floating-behavior.h')
-rw-r--r--src/ui/dialog/floating-behavior.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/ui/dialog/floating-behavior.h b/src/ui/dialog/floating-behavior.h
index 0360ccf49..30ecaa053 100644
--- a/src/ui/dialog/floating-behavior.h
+++ b/src/ui/dialog/floating-behavior.h
@@ -64,14 +64,14 @@ private:
Gtk::Dialog *_d; //< the actual dialog
#if GTK_VERSION_GE(2, 12)
- void _focus_event (void);
- bool _trans_timer (void);
-
- Glib::PropertyProxy_ReadOnly<bool> _dialog_active; //< Variable proxy to track whether the dialog is the active window
- int _steps; //< Number of steps for the timer to animate the transparent dialog
- float _trans_focus; //< The percentage opacity when the dialog is focused
- float _trans_blur; //< The percentage opactiy when the dialog is not focused
- int _trans_time; //< The amount of time (in ms) for the dialog to change it's transparency
+ void _focus_event (void);
+ bool _trans_timer (void);
+
+ Glib::PropertyProxy_ReadOnly<bool> _dialog_active; //< Variable proxy to track whether the dialog is the active window
+ int _steps; //< Number of steps for the timer to animate the transparent dialog
+ float _trans_focus; //< The percentage opacity when the dialog is focused
+ float _trans_blur; //< The percentage opactiy when the dialog is not focused
+ int _trans_time; //< The amount of time (in ms) for the dialog to change it's transparency
#endif
};