Skip to content

Commit

Permalink
Added warning on TinyTinyRSS login when source is not self-updating
Browse files Browse the repository at this point in the history
  • Loading branch information
lwindolf committed Oct 8, 2013
1 parent 19a2ff1 commit 97f7bb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* Asking for credentials again if TinyTinyRSS login fails
* Asking for TinyTinyRSS credentials only 3 times
* Checking wether TinyTinyRSS base URL is lost
* Added warning on TinyTinyRSS login when source is not self-updating
* "--debug-net --debug-verbose" now traces POST data
* Patch #230 Add GNOME AppData XML (Mikel Olasagasti)

Expand Down
1 change: 1 addition & 0 deletions src/fl_sources/ttrss_source.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ ttrss_source_get_config_cb (const struct updateResult * const result, gpointer u
source->selfUpdating = TRUE;
debug0 (DEBUG_UPDATE, "This TinyTinyRSS source is self-updating!");
} else {
ui_show_info_box (_("This TinyTinyRSS source is not self-updating and Liferea does not support updating TinyTinyRSS remotely at the moment. Please change the TinyTinyRSS preferences to automatic updating!"));
debug0 (DEBUG_UPDATE, "This TinyTinyRSS source is not self-updating!");
}

Expand Down

0 comments on commit 97f7bb9

Please sign in to comment.