diff options
Diffstat (limited to 'embed')
-rw-r--r-- | embed/downloader-view.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embed/downloader-view.c b/embed/downloader-view.c index 17dd5d11c..1b5f49a77 100644 --- a/embed/downloader-view.c +++ b/embed/downloader-view.c @@ -492,8 +492,8 @@ update_status_icon (DownloaderView *dv) "%d downloads", downloads), downloads); - gtk_status_icon_set_tooltip (dv->priv->status_icon, - downloadstring); + gtk_status_icon_set_tooltip_text (dv->priv->status_icon, + downloadstring); g_free (downloadstring); } |