Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Mon, 06 Mar 2023 22:59:07 UTC Commit: 6640f059a59a348c89bece8cddd84a05bce8f4d9 https://github.com/geany/geany-osx/commit/6640f059a59a348c89bece8cddd84a05bc...
Log Message: ----------- Fix incorrectly renamed identifier in glade file
Modified Paths: -------------- geany_patches/01git-geany_config_shell.patch
Modified: geany_patches/01git-geany_config_shell.patch 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -66,7 +66,7 @@ index 3864a0ad1..79cf7c4b9 100644 + <property name="can-focus">False</property> + <property name="xalign">0</property> + <property name="label" translatable="yes">Shell:</property> -+ <property name="mnemonic-widget">entry-grep</property> ++ <property name="mnemonic-widget">entry_grep</property> + </object> + <packing> + <property name="top-attach">3</property>
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).