[nautilus-sound-converter] Fix compiler warning
- From: Brian Pepple <bpepple src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus-sound-converter] Fix compiler warning
- Date: Wed, 8 Dec 2010 15:25:36 +0000 (UTC)
commit 8bd142d783e09856be6ae2d3bf5a6cd6cd509ade
Author: Brian Pepple <bpepple fedoraproject org>
Date: Wed Dec 8 10:25:20 2010 -0500
Fix compiler warning
src/nsc-converter.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/nsc-converter.c b/src/nsc-converter.c
index 534abf1..8d43999 100644
--- a/src/nsc-converter.c
+++ b/src/nsc-converter.c
@@ -340,8 +340,8 @@ update_progressbar_text (NscConverter *convert)
gtk_progress_bar_set_text (GTK_PROGRESS_BAR (priv->progressbar),
text);
if (priv->status_icon) {
- gtk_status_icon_set_tooltip (priv->status_icon,
- text);
+ gtk_status_icon_set_tooltip_text (priv->status_icon,
+ text);
}
g_free (text);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]