aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRadek Doulik <rodo@helixcode.com>2000-11-14 16:54:58 +0800
committerRadek Doulik <rodo@src.gnome.org>2000-11-14 16:54:58 +0800
commit97ddd11093c92c9a156a7e2655fca823b076ebe7 (patch)
tree34fd3e5325c9e1fa81e88b26d5af1776b7b49ece
parentc633a80c1e353f8c56e6a97bd8996a33fbf3b384 (diff)
downloadgsoc2013-evolution-97ddd11093c92c9a156a7e2655fca823b076ebe7.tar.gz
gsoc2013-evolution-97ddd11093c92c9a156a7e2655fca823b076ebe7.tar.zst
gsoc2013-evolution-97ddd11093c92c9a156a7e2655fca823b076ebe7.zip
updated to HTMLEditor API changes
2000-11-14 Radek Doulik <rodo@helixcode.com> * e-msg-composer.c: updated to HTMLEditor API changes * listener.c: updated to HTMLEditor API changes svn path=/trunk/; revision=6567
-rw-r--r--composer/ChangeLog6
-rw-r--r--composer/e-msg-composer.c2
-rw-r--r--composer/listener.c8
3 files changed, 11 insertions, 5 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index fd8012455b..d4a11ff1ce 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -1,3 +1,9 @@
+2000-11-14 Radek Doulik <rodo@helixcode.com>
+
+ * e-msg-composer.c: updated to HTMLEditor API changes
+
+ * listener.c: updated to HTMLEditor API changes
+
2000-11-13 Radek Doulik <rodo@helixcode.com>
* listener.c (reply_indent): extracted function, does reply
diff --git a/composer/e-msg-composer.c b/composer/e-msg-composer.c
index 52a90026e2..72c74ecc10 100644
--- a/composer/e-msg-composer.c
+++ b/composer/e-msg-composer.c
@@ -484,7 +484,7 @@ mark_orig_text (EMsgComposer *composer)
*((CORBA_boolean *) flag->_value) = CORBA_TRUE;
CORBA_exception_init (&ev);
- HTMLEditor_Engine_set_object_data_by_type (composer->editor_engine, "ClueFlow", "orig", flag, &ev);
+ HTMLEditor_Engine_setObjectDataByType (composer->editor_engine, "ClueFlow", "orig", flag, &ev);
CORBA_free (flag);
CORBA_exception_free (&ev);
}
diff --git a/composer/listener.c b/composer/listener.c
index 90e49e2626..e5aa579cad 100644
--- a/composer/listener.c
+++ b/composer/listener.c
@@ -67,8 +67,8 @@ resolve_image_url (HTMLEditorListener *l, gchar *url)
static void
reply_indent (HTMLEditorListener *l, CORBA_Environment * ev)
{
- if (!HTMLEditor_Engine_paragraph_is_empty (l->composer->editor_engine, ev)) {
- if (HTMLEditor_Engine_paragraph_previous_is_empty (l->composer->editor_engine, ev))
+ if (!HTMLEditor_Engine_isParagraphEmpty (l->composer->editor_engine, ev)) {
+ if (HTMLEditor_Engine_isPreviousParagraphEmpty (l->composer->editor_engine, ev))
HTMLEditor_Engine_command (l->composer->editor_engine, "cursor-backward", ev);
else {
HTMLEditor_Engine_command (l->composer->editor_engine, "insert-paragraph", ev);
@@ -94,12 +94,12 @@ impl_event (PortableServer_Servant _servant,
if (!strcmp (name, "command")) {
/* FIXME check for insert-paragraph command */
- data = HTMLEditor_Engine_get_paragraph_data (l->composer->editor_engine, "orig", ev);
+ data = HTMLEditor_Engine_getParagraphData (l->composer->editor_engine, "orig", ev);
if (ev->_major == CORBA_NO_EXCEPTION && data) {
if (CORBA_TypeCode_equal (data->_type, TC_boolean, ev) && BONOBO_ARG_GET_BOOLEAN (data))
reply_indent (l, ev);
BONOBO_ARG_SET_BOOLEAN (data, CORBA_FALSE);
- HTMLEditor_Engine_set_paragraph_data (l->composer->editor_engine, "orig", data, ev);
+ HTMLEditor_Engine_setParagraphData (l->composer->editor_engine, "orig", data, ev);
}
} else if (!strcmp (name, "image_url")) {
gchar *url;
f='/~lantw44/cgit/cgit.cgi/freebsd-ports-gnome/commit/comms/wsjt?h=gstreamer0.10-removal&id=38fe74289962f7bde8f57d9a999e61b74241ad6b'>Convert a bunch of USE_BZIP2 to USES=tar:bzip2adamw2014-07-301-2/+1 * Reset maintainership for ports not staged with no pending PRbapt2014-07-241-1/+1 * Update the default version of GCC used in the Ports Collection fromgerald2014-03-111-1/+1 * Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most casestijl2014-02-171-2/+1 * Python cleanup:rene2014-01-141-1/+1 * Convert comms to MDOCS and MEXAMPLES.adamw2014-01-041-1/+1 * In preparation for making libtool generate libraries with a sane name, fix allbapt2013-12-111-2/+2 * Update to libmpc version 1.0.1 which brings the following fixes:gerald2013-10-261-1/+1 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * - Update *_DEPENDS on x11-toolkits/py-tkinter after _tkinter.so relocationlwhsu2013-03-031-6/+3 * Dependency line should not end with a '/'bapt2012-10-111-1/+1 * - unbreak builddb2012-02-104-30/+27 * Remove more tags from pkg-descr files fo the form:dougb2011-10-241-2/+0 * - Mark BROKEN: does not build with new fortranpav2011-10-191-0/+2 * - update fftw3* to 3.3 [1], and adjust dependent portsbf2011-10-171-1/+1 * - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-2/+2 * - Get Rid MD5 supportmiwi2011-03-201-1/+0 * - Move over to python2.5 or highermiwi2011-02-251-2/+2 * Sync to new bsd.autotools.mkade2010-12-041-1/+1 * - update to jpeg-8dinoex2010-02-051-1/+1 * - Temporary hack to fix the build for now.db2009-10-061-0/+2 * Bump PORTREVISION for everything that sets USE_FORTRAN=yes which nowgerald2009-09-131-0/+1 * - Embarassingly forgot to add Makefile.svn_revdb2009-09-021-0/+1 * - Upgrade to wsjt 7.04db2009-09-024-52/+82 * -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1 * - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-311-1/+1 * Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.gerald2009-01-081-0/+1 * - Add additional mirror for port as BERLIOS is somewhat unreliable. [1]db2007-08-231-3/+3 * - Update to 5.9.7db2007-08-1011-233/+16 * - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1 * - fixed Makefile to depend on gcc42 not gfortrandb2007-02-2511-985/+229 * Change my MAINTAINER: line in Makfile to db@FreeBSD.orgdb2007-01-201-1/+1 * - Stick on SciPy 0.3.x for nowrafan2006-11-151-1/+2