From: Christian Weiske Date: Tue, 28 Oct 2014 06:44:19 +0000 (+0100) Subject: highlight untagged category when necessary X-Git-Tag: v0.4.0~5 X-Git-Url: https://git.cweiske.de/grauphel.git/commitdiff_plain/a08e22a70ba0348be063c999a2cf8a405cba0379 highlight untagged category when necessary --- diff --git a/controller/guicontroller.php b/controller/guicontroller.php index 534f18f..d186207 100644 --- a/controller/guicontroller.php +++ b/controller/guicontroller.php @@ -121,7 +121,7 @@ class GuiController extends Controller ) ); - $selectedRawtag = null; + $selectedRawtag = 'grauphel:special:untagged'; if (count($note->tags) > 0) { $selectedRawtag = $note->tags[0]; }