gtranslator r3460 - in branches/GOBJECT_WORK: . plugins/charmap plugins/open-tran



Author: sdeburca
Date: Sat Jan 26 20:42:03 2008
New Revision: 3460
URL: http://svn.gnome.org/viewvc/gtranslator?rev=3460&view=rev

Log:
2008-01-26  SeÃn de BÃrca  <sdeburca svn gnome org>

    * plugins/charmap/charmap-plugin.c:
    * plugins/open-tran/open-tran-plugin.c:
        Fix compile warnings.


Modified:
   branches/GOBJECT_WORK/ChangeLog
   branches/GOBJECT_WORK/plugins/charmap/charmap-plugin.c
   branches/GOBJECT_WORK/plugins/open-tran/open-tran-plugin.c

Modified: branches/GOBJECT_WORK/plugins/charmap/charmap-plugin.c
==============================================================================
--- branches/GOBJECT_WORK/plugins/charmap/charmap-plugin.c	(original)
+++ branches/GOBJECT_WORK/plugins/charmap/charmap-plugin.c	Sat Jan 26 20:42:03 2008
@@ -89,7 +89,7 @@
 		gtk_statusbar_push (statusbar, data->context_id, message);
 }
 
-void
+static void
 on_table_set_active_char (GucharmapTable *chartable,
 			  gunichar        wc,
 			  GtranslatorWindow    *window)

Modified: branches/GOBJECT_WORK/plugins/open-tran/open-tran-plugin.c
==============================================================================
--- branches/GOBJECT_WORK/plugins/open-tran/open-tran-plugin.c	(original)
+++ branches/GOBJECT_WORK/plugins/open-tran/open-tran-plugin.c	Sat Jan 26 20:42:03 2008
@@ -106,13 +106,11 @@
 impl_deactivate	(GtranslatorPlugin *plugin,
 		 GtranslatorWindow *window)
 {
-	GtranslatorPanel *panel;
+/*	GtranslatorPanel *panel;
 
+	gtranslator_debug (DEBUG_PLUGINS);
 
-
-	//gtranslator_debug (DEBUG_PLUGINS);
-
-	/*data = (WindowData *) g_object_get_data (G_OBJECT (window),
+	data = (WindowData *) g_object_get_data (G_OBJECT (window),
 						 WINDOW_DATA_KEY);
 	g_return_if_fail (data != NULL);
 



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