podcasts/podcasts-gtk/src
FeuRenard 86f6a944ff
headerbar: Don't show error when add input is empty
When you add a feed url and clear the input after entering some
characters, then the error label is shown. The empty url check in the
code is broken, because it is performed on a version of the url which
is not the original input and instead a version modified in the code.

I store in a variable whether the original input url is empty.

part of #45
2019-06-09 06:17:22 +03:00
..
stacks Upgrade crossbeam-channel 2019-03-03 17:45:43 +02:00
widgets episode: add a checkmark symbol to further indicate played state 2019-05-14 08:28:23 +00:00
app.rs app: remove preferences dialog 2019-05-10 17:08:35 +02:00
config.rs.in build: Use config.rs instead of env! macro 2019-03-07 04:35:31 +00:00
headerbar.rs headerbar: Don't show error when add input is empty 2019-06-09 06:17:22 +03:00
i18n.rs Use 2018 edition for the crates 2019-03-30 17:49:29 +02:00
main.rs app: remove preferences dialog 2019-05-10 17:08:35 +02:00
manager.rs cargo fmt 2018-11-13 15:29:20 +02:00
meson.build build: Add missing source file 2019-05-14 08:28:23 +00:00
settings.rs cargo fmt 2018-11-13 15:29:20 +02:00
static_resource.rs.in build: Build resources with meson instead of build.rs 2019-03-07 04:35:31 +00:00
utils.rs utils: use generic image when a show has no cover 2019-05-10 14:01:47 +01:00