[annum] self is actually used!



commit a13296e6d4c7aac8f27fa8b6775d0c533b55226d
Author: Gustavo Noronha Silva <gustavo noronha collabora co uk>
Date:   Fri Jan 22 17:32:41 2010 -0200

    self is actually used!

 src/annum-application.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/annum-application.c b/src/annum-application.c
index c43e659..40b00ab 100644
--- a/src/annum-application.c
+++ b/src/annum-application.c
@@ -115,7 +115,7 @@ static void annum_application_init (AnnumApplication * self G_GNUC_UNUSED)
 }
 
 /* API */
-void annum_application_run (AnnumApplication * self G_GNUC_UNUSED)
+void annum_application_run (AnnumApplication * self)
 {
 	GtkWidget *main_window = g_object_new (ANNUM_TYPE_SHELL_WINDOW,
 					       "shell", self->priv->shell,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]