@eht16 commented on this pull request.


In src/ui_utils.h:

> @@ -63,7 +63,7 @@ typedef struct GeanyInterfacePrefs
 	gboolean		msgwin_compiler_visible;	/**< whether message window's compiler tab is visible */
 	gboolean		msgwin_messages_visible;	/**< whether message window's messages tab is visible */
 	gboolean		msgwin_scribble_visible;	/**< whether message window's scribble tab is visible */
-	/** whether to use native Windows' dialogs (only used on Windows) */
+	/** whether to use native Windows' dialogs - ignored and not used anymore */

It's not initialized explicitly at all. But at least on my Debian Testing, the resulting value when Geany is running is FALSE.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/pull/3219/review/1007895250@github.com>