diff options
Diffstat (limited to 'src/interface.c')
-rw-r--r-- | src/interface.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/interface.c b/src/interface.c index 54859f0..a744cfd 100644 --- a/src/interface.c +++ b/src/interface.c @@ -60,7 +60,8 @@ interface_resize(gpointer data) /* NULL := display old status */ interface_set_status(ctx, NULL); - print_sink_list(ctx); + interface_redraw(ctx); + return TRUE; } @@ -140,7 +141,7 @@ set_max_name_len(struct context *ctx) } void -print_sink_list(struct context *ctx) +interface_redraw(struct context *ctx) { struct sink_info *sink; gint i = -1; |