Revision: 16044
          http://sourceforge.net/p/skim-app/code/16044
Author:   hofman
Date:     2026-02-08 15:41:41 +0000 (Sun, 08 Feb 2026)
Log Message:
-----------
fix variable name

Modified Paths:
--------------
    trunk/displayline

Modified: trunk/displayline
===================================================================
--- trunk/displayline   2026-02-07 16:59:21 UTC (rev 16043)
+++ trunk/displayline   2026-02-08 15:41:41 UTC (rev 16044)
@@ -40,7 +40,7 @@
   elif [[ "$1" == "-b" || "$1" == "-readingbar" ]]; then
     reading_bar="with showing reading bar"
   elif [[ "$1" == "-n" || "$1" == "-noselect" ]]; then
-    no_selecting="without selecting"
+    no_select="without selecting"
   elif [[ "$1" == "-g" || "$1" == "-background" ]]; then
     activate=
   elif [[ "$1" == "-z" || "$1" == "-zerobased" ]]; then

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to