- Timestamp:
- 12/12/06 16:37:18 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-dialog-window.c
r355 r398 26 26 #include <glib/gmain.h> 27 27 28 # undefDEBUG_THIS_FILE28 #define DEBUG_THIS_FILE 29 29 #ifdef DEBUG_THIS_FILE 30 30 #define moko_debug(fmt,...) g_debug(fmt,##__VA_ARGS__) … … 143 143 { 144 144 gtk_window_set_transient_for( GTK_WINDOW(self), parent ); 145 #ifndef DEBUG_THIS_FILE 145 146 gtk_window_set_modal( GTK_WINDOW(self), TRUE ); 147 #endif 146 148 gtk_window_set_destroy_with_parent( GTK_WINDOW(self), TRUE ); 147 149 } … … 202 204 g_object_ref (dialog); 203 205 206 #ifndef DEBUG_THIS_FILE 204 207 was_modal = GTK_WINDOW (dialog)->modal; 205 208 if (!was_modal) 206 209 gtk_window_set_modal (GTK_WINDOW (dialog), TRUE); 210 #endif 207 211 208 212 if (!GTK_WIDGET_VISIBLE (dialog))
Note: See TracChangeset
for help on using the changeset viewer.
