gtranslator r3651 - in trunk: . plugins/source-code-view
- From: icq svn gnome org
- To: svn-commits-list gnome org
- Subject: gtranslator r3651 - in trunk: . plugins/source-code-view
- Date: Mon, 22 Sep 2008 09:41:05 +0000 (UTC)
Author: icq
Date: Mon Sep 22 09:41:04 2008
New Revision: 3651
URL: http://svn.gnome.org/viewvc/gtranslator?rev=3651&view=rev
Log:
2008-08-04 Ignacio Casal Quinteiro <nacho resa gmail com>
* plugins/source-code-view/source-code-view-plugin.c:
Fixed some calls to the old API.
Modified:
trunk/ChangeLog
trunk/plugins/source-code-view/source-code-view-plugin.c
Modified: trunk/plugins/source-code-view/source-code-view-plugin.c
==============================================================================
--- trunk/plugins/source-code-view/source-code-view-plugin.c (original)
+++ trunk/plugins/source-code-view/source-code-view-plugin.c Mon Sep 22 09:41:04 2008
@@ -369,7 +369,7 @@
GtranslatorContextPanel *panel;
panel = gtranslator_tab_get_context_panel (tab);
- view = gtranslator_context_panel_get_extracted_text_view (panel);
+ view = gtranslator_context_panel_get_context_text_view (panel);
buffer = gtk_text_view_get_buffer (view);
@@ -574,7 +574,7 @@
for (l = tabs; l != NULL; l = g_list_next (l))
{
panel = gtranslator_tab_get_context_panel (GTR_TAB (l->data));
- view = gtranslator_context_panel_get_extracted_text_view (panel);
+ view = gtranslator_context_panel_get_context_text_view (panel);
g_signal_handlers_disconnect_by_func (l->data,
showed_message_cb,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]