[nautilus-sound-converter/gnome-2-32] Fix compiler warning
- From: Brian Pepple <bpepple src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus-sound-converter/gnome-2-32] Fix compiler warning
- Date: Wed, 8 Dec 2010 15:28:27 +0000 (UTC)
commit b08dd126c9e7b6f425db2675e099ba464cf6885a
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 be1b08d..90d2c2c 100644
--- a/src/nsc-converter.c
+++ b/src/nsc-converter.c
@@ -337,8 +337,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]