[gnome-bluetooth] Fix run-time warning
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-bluetooth] Fix run-time warning
- Date: Fri, 5 Mar 2010 10:38:19 +0000 (UTC)
commit edda1cd4c14dc967fd16e18de7785961d8e639c0
Author: Bastien Nocera <hadess hadess net>
Date: Fri Mar 5 10:37:46 2010 +0000
Fix run-time warning
applet/main.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/applet/main.c b/applet/main.c
index 828a977..5655a75 100644
--- a/applet/main.c
+++ b/applet/main.c
@@ -428,7 +428,7 @@ update_menu_items (void)
if (enabled == FALSE)
return;
- gtk_action_set_sensitive (GTK_ACTION (object), TRUE);
+ gtk_action_group_set_sensitive (GTK_ACTION_GROUP (object), TRUE);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]