summaryrefslogtreecommitdiff
path: root/ui-summary.c
diff options
context:
space:
mode:
authorMichael Krelin <hacker@klever.net>2007-07-21 19:35:39 +0200
committerMichael Krelin <hacker@klever.net>2007-07-21 19:35:39 +0200
commitbbd4a14456789a2114d8bb0f7ba245af3605bb49 (patch)
tree1bb4556bfcb7bc96af96dd5e48fd784dc841949f /ui-summary.c
parentdc3c9b5bc48779f37f2fbcbadce8865eaf4a360e (diff)
downloadcgit-bbd4a14456789a2114d8bb0f7ba245af3605bb49.tar.gz
cgit-bbd4a14456789a2114d8bb0f7ba245af3605bb49.tar.bz2
cgit-bbd4a14456789a2114d8bb0f7ba245af3605bb49.zip
fix: changed view link to blob in summary.
might not be the best way, but should suffice for now that view command isn't handled in any way Signed-off-by: Michael Krelin <hacker@klever.net>
Diffstat (limited to 'ui-summary.c')
-rw-r--r--ui-summary.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-summary.c b/ui-summary.c
index b4bc6d8..fdee66b 100644
--- a/ui-summary.c
+++ b/ui-summary.c
@@ -60,7 +60,7 @@ static void cgit_print_object_ref(struct object *obj)
page = "tree";
arg = "id";
} else {
- page = "view";
+ page = "blob";
arg = "id";
}
sg'> 2010-04-14Improve the C modulesRené 'Necoro' Neumann3-37/+52 2010-04-14Small modifications made to the French translation (typos, grammar).Clement Bourgeois1-69/+69 2010-04-14Fixed the unicode support and stuff ... and also made eix faster :)René 'Necoro' Neumann1-20/+22 2010-04-14Disable debug messages by defaultRené 'Necoro' Neumann1-1/+1 2010-04-13Better eix error inheritance and handlingRené 'Necoro' Neumann1-2/+9 2010-04-13Fix the handling of FilterSets. Fixes bug #558887.René 'Necoro' Neumann2-56/+64 Now FilterSets are a subclass of InstalledSet. And return only these packages, which are installed ... but then all of them. 2010-04-12Updated newsRené 'Necoro' Neumann1-0/+1 2010-04-13Added my name to translators list.Clement Bourgeois1-0/+1