git.cweiske.de
/
grauphel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
272bb16
)
highlight untagged category when necessary
author
Christian Weiske
<
[email protected]
>
Tue, 28 Oct 2014 06:44:19 +0000
(07:44 +0100)
committer
Christian Weiske
<
[email protected]
>
Tue, 28 Oct 2014 06:44:19 +0000
(07:44 +0100)
controller/guicontroller.php
patch
|
blob
|
history
diff --git
a/controller/guicontroller.php
b/controller/guicontroller.php
index 534f18ff4bdc848130eed03feb32589dd3de6baa..d186207105d82879332503e8a77f61a507b26cab 100644
(file)
--- 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];
}