Implement setter in Create Modify Dialog, mostly to remove the TODO.
This commit is contained in:
parent
bfe4891620
commit
68c1a8eda0
1 changed files with 1 additions and 2 deletions
|
@ -147,11 +147,10 @@ static void koto_create_modify_playlist_dialog_set_property(
|
|||
KotoCreateModifyPlaylistDialog * self = KOTO_CREATE_MODIFY_PLAYLIST_DIALOG(obj);
|
||||
|
||||
(void) self;
|
||||
(void) val;
|
||||
|
||||
switch (prop_id) {
|
||||
case PROP_PLAYLIST_UUID:
|
||||
// TODO: Implement
|
||||
koto_create_modify_playlist_dialog_set_playlist_uuid(self, g_strdup(g_value_get_string(val)));
|
||||
break;
|
||||
default:
|
||||
G_OBJECT_WARN_INVALID_PROPERTY_ID(obj, prop_id, spec);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue