Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: GitHub noreply@github.com Date: Thu, 28 Mar 2024 08:56:55 UTC Commit: 3a92129d61d4d8e96136e29d4709bb638527be40 https://github.com/geany/geany/commit/3a92129d61d4d8e96136e29d4709bb638527be...
Log Message: ----------- Merge pull request #3791 from eht16/issue3627_remove_win32_native_dialog_from_glade
Remove "Use Windows native dialogs" GUI setting
Modified Paths: -------------- data/geany.glade src/prefs.c
Modified: data/geany.glade 16 lines changed, 0 insertions(+), 16 deletions(-) =================================================================== @@ -1311,22 +1311,6 @@ <property name="position">3</property> </packing> </child> - <child> - <object class="GtkCheckButton" id="check_native_windows_dialogs"> - <property name="label" translatable="yes">Use Windows native dialogs</property> - <property name="visible">True</property> - <property name="can-focus">True</property> - <property name="receives-default">False</property> - <property name="tooltip-text" translatable="yes">Defines whether to use the Windows native dialogs or whether to use the GTK default dialogs</property> - <property name="use-underline">True</property> - <property name="draw-indicator">True</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">False</property> - <property name="position">4</property> - </packing> - </child> </object> </child> </object>
Modified: src/prefs.c 3 lines changed, 0 insertions(+), 3 deletions(-) =================================================================== @@ -1751,9 +1751,6 @@ void prefs_show_dialog(void) vte_append_preferences_tab(); #endif
-#ifndef G_OS_WIN32 - gtk_widget_hide(ui_lookup_widget(ui_widgets.prefs_dialog, "check_native_windows_dialogs")); -#endif ui_setup_open_button_callback(ui_lookup_widget(ui_widgets.prefs_dialog, "startup_path_button"), NULL, GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER, GTK_ENTRY(ui_lookup_widget(ui_widgets.prefs_dialog, "startup_path_entry"))); ui_setup_open_button_callback(ui_lookup_widget(ui_widgets.prefs_dialog, "extra_plugin_path_button"), NULL,
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).