]> www.fi.muni.cz Git - evince.git/blobdiff - backend/djvu/djvu-text-page.c
[shell] Port override_restrictions gconf key to GSettings
[evince.git] / backend / djvu / djvu-text-page.c
index f0b2809448f7c68131d2759063c5e594690b18b5..10fe1a48987f3994d0170e4fa97a48739ad802ef 100644 (file)
@@ -14,7 +14,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
 #include <config.h>
  */
 
 #include <config.h>
@@ -371,7 +371,7 @@ djvu_text_page_append_text (DjvuTextPage *page,
  */
 void 
 djvu_text_page_search (DjvuTextPage *page, 
  */
 void 
 djvu_text_page_search (DjvuTextPage *page, 
-                      char         *text)
+                      const char   *text)
 {
        char *haystack = page->text;
        int search_len;
 {
        char *haystack = page->text;
        int search_len;