Skip to content

Commit

Permalink
eventlog: fix some chooser logic
Browse files Browse the repository at this point in the history
  • Loading branch information
hbons committed Oct 16, 2012
1 parent 1523cbc commit 031274e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion SparkleShare/Common/HTML/event-log.html
Expand Up @@ -67,7 +67,6 @@

a.show {
font-size: 80%;
margin-bottom: 9px;
}

a:hover {
Expand Down
2 changes: 2 additions & 0 deletions SparkleShare/SparkleEventLogController.cs
Expand Up @@ -170,6 +170,7 @@ public SparkleEventLogController ()
Thread.Sleep (delay - (int) watch.ElapsedMilliseconds);
UpdateChooserEvent (Folders);
UpdateChooserEnablementEvent (true);
UpdateContentEvent (html);
UpdateSizeInfoEvent (Size, HistorySize);
Expand Down Expand Up @@ -471,6 +472,7 @@ public string GetHTMLLog (List<SparkleChangeSet> change_sets)

} else {
event_entry += "<dd class='moved'>";
event_entry += "<small>" + change.Timestamp.ToString ("HH:mm") +"</small> &nbsp;";
event_entry += FormatBreadCrumbs (change_set.Folder.FullPath, change.Path);
event_entry += "<br>";
event_entry += "<small>" + change.Timestamp.ToString ("HH:mm") +"</small> &nbsp;";
Expand Down

0 comments on commit 031274e

Please sign in to comment.