Skip to content

Commit

Permalink
Fixes Redhat #947358: popup notification only for new items (patch by…
Browse files Browse the repository at this point in the history
… Fabrice Bellet)
  • Loading branch information
lwindolf committed Jan 15, 2014
1 parent 563f25c commit 464476c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version 1.8.16

* Fixes Redhat #947358: popup notification only for new items
(patch by Fabrice Bellet)


2013-06-24 Lars Windolf <[email protected]>

Version 1.8.15
Expand Down
2 changes: 1 addition & 1 deletion src/feed.c
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ feed_process_update_result (subscriptionPtr subscription, const struct updateRes

liferea_shell_set_status_bar (_("\"%s\" updated..."), node_get_title (node));

if (!feed->preventPopup)
if (!feed->preventPopup && newCount)
notification_node_has_new_items (node, feed->enforcePopup);
}

Expand Down

0 comments on commit 464476c

Please sign in to comment.