~latexila/ubuntu/precise/latexila/2.4.0

« back to all changes in this revision

Viewing changes to src/C/document_view.c

  • Committer: Daniel Holbach
  • Date: 2011-09-12 09:59:44 UTC
  • mfrom: (9.1.1 latexila)
  • Revision ID: daniel.holbach@canonical.com-20110912095944-cxapqlmwz1g9zp6b
Tags: 2.2.0-0ubuntu1
* New upstream release. (LP: #837392)
* Upstream ChangeLog:
 - Integration with GNOME Damned Lies (use ITS Tool, ...)
 - Structure: more robust, and more optimized
 - Latexmk post processor: extract Latexmk messages
 - BibTeX and MakeIndex: fix problems for writing *.blg or *.ind files
 - Some UI improvements
 - New CMake options: WITH_GNOME and COMPILE_SCHEMA
 - Open File: filter to show only .tex and .bib files
 - Translation updates: French, German and Spanish
 - Some other little improvements and bug fixes
* debian/control: Build-Depends:
 - valac is no longer needed (valac 0.12.x is not available on Oneiric).
 - itstool is now needed.
* debian/rules:
 - Removed -DBUILD_VALA=ON CMake flag: we can't translate Vala
    files with Vala 0.13.
 - Added -DWITH_GNOME=ON: Better integration with GNOME
    and gsettings-desktop-schemas.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
#include <gtk/gtk.h>
31
31
#include <stdlib.h>
32
32
#include <string.h>
33
 
#include <stdio.h>
34
33
#include <gdk/gdk.h>
35
34
 
36
35
 
243
242
        if (_inner_error_ != NULL) {
244
243
                block18_data_unref (_data18_);
245
244
                _data18_ = NULL;
246
 
                goto __catch46_g_error;
 
245
                goto __catch49_g_error;
247
246
        }
248
247
        _tmp9_ = gtk_source_view_get_completion ((GtkSourceView*) self);
249
248
        g_object_set (_tmp9_, "remember-info-visibility", TRUE, NULL);
251
250
        g_signal_connect_data ((GObject*) _tmp10_, "notify::cursor-position", (GCallback) __lambda25__g_object_notify, block18_data_ref (_data18_), (GClosureNotify) block18_data_unref, 0);
252
251
        block18_data_unref (_data18_);
253
252
        _data18_ = NULL;
254
 
        goto __finally46;
255
 
        __catch46_g_error:
 
253
        goto __finally49;
 
254
        __catch49_g_error:
256
255
        {
257
256
                GError * e;
258
257
                e = _inner_error_;
259
258
                _inner_error_ = NULL;
260
 
                fprintf (stderr, "Error completion: %s\n", e->message);
 
259
                g_warning ("document_view.vala:77: Completion: %s", e->message);
261
260
                _g_error_free0 (e);
262
261
        }
263
 
        __finally46:
 
262
        __finally49:
264
263
        if (_inner_error_ != NULL) {
265
264
                g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
266
265
                g_clear_error (&_inner_error_);