[Kazehakase-cvs] kazehakase-svn [2951] stop verborsity.

Back to archive index

svnno****@sourc***** svnno****@sourc*****
Thu Mar 22 14:41:09 JST 2007


Revision: 2951
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=kazehakase&view=rev&rev=2951
Author:   ikezoe
Date:     2007-03-22 14:41:09 +0900 (Thu, 22 Mar 2007)

Log Message:
-----------
stop verborsity.

Modified Paths:
--------------
    kazehakase/trunk/module/embed/khtml/kz-khtml.c

Modified: kazehakase/trunk/module/embed/khtml/kz-khtml.c
===================================================================
--- kazehakase/trunk/module/embed/khtml/kz-khtml.c	2007-03-22 05:39:38 UTC (rev 2950)
+++ kazehakase/trunk/module/embed/khtml/kz-khtml.c	2007-03-22 05:41:09 UTC (rev 2951)
@@ -122,6 +122,8 @@
 					       const char   *keyword,
 					       gboolean      backward);
 
+static gboolean     kz_khtml_selection_is_collapsed (KzEmbed      *kzembed);
+
 /* KzEmbedPrefs interfaces */
 static void          kz_khtml_prefs_iface_init      (KzEmbedPrefsIFace *iface);
 #if 0
@@ -286,7 +288,7 @@
 	iface->get_selection_string   = NULL;
 	iface->find                   = kz_khtml_find;
 	iface->incremental_search     = kz_khtml_find; /* tentavie */
-	iface->selection_is_collapsed = NULL;
+	iface->selection_is_collapsed = kz_khtml_selection_is_collapsed;
 	iface->get_links              = NULL;
 	iface->copy_page              = NULL;
 	iface->shistory_copy          = NULL;
@@ -884,3 +886,10 @@
 	return;
 }
 
+static gboolean
+kz_khtml_selection_is_collapsed (KzEmbed *kzembed)
+{
+	/* not implemented yet */
+	return FALSE;
+}
+





More information about the Kazehakase-cvs mailing list
Back to archive index