diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-12-01 16:14:15 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-12-01 16:14:15 +0200 |
commit | 319b3d8bba5793a56654d143a4ac75170698e141 (patch) | |
tree | f018b77dd079cccd3bdd1620c281f491e79aecd2 /src/ui/labelwidget.c | |
parent | b18b380014222131572a186888e6aa035c9c06e1 (diff) |
Added dialog for changing feed type
This also gives feedback about a newly added subscription.
Diffstat (limited to 'src/ui/labelwidget.c')
-rw-r--r-- | src/ui/labelwidget.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ui/labelwidget.c b/src/ui/labelwidget.c index 1f0e7b4d..bd8b71da 100644 --- a/src/ui/labelwidget.c +++ b/src/ui/labelwidget.c | |||
@@ -330,6 +330,10 @@ void setTextCStr_LabelWidget(iLabelWidget *d, const char *text) { | |||
330 | updateSize_LabelWidget(d); | 330 | updateSize_LabelWidget(d); |
331 | } | 331 | } |
332 | 332 | ||
333 | void setCommand_LabelWidget(iLabelWidget *d, const iString *command) { | ||
334 | set_String(&d->command, command); | ||
335 | } | ||
336 | |||
333 | const iString *text_LabelWidget(const iLabelWidget *d) { | 337 | const iString *text_LabelWidget(const iLabelWidget *d) { |
334 | return &d->label; | 338 | return &d->label; |
335 | } | 339 | } |