~ubuntu-branches/ubuntu/saucy/epiphany-browser/saucy

« back to all changes in this revision

Viewing changes to lib/history/ephy-history-service-visits-table.c

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-10-02 20:30:38 UTC
  • mfrom: (1.6.14)
  • Revision ID: package-import@ubuntu.com-20121002203038-ijw6x1x3vgv6tyi5
Tags: 3.6.0-0ubuntu1
* New upstream release (LP: #1033909)
  - New overview with most visited sites as start page (LP: #343397)
* Rename gir1.2-epiphany-3.4 -> gir1.2-epiphany-3.6
* debian/control.in:
  - Bump minimum webkit and libsoup
  - Drop build-depends on gnome-doc-utils and seed
  - Build-depend on gcr and gnome-desktop3
* debian/rules:
  - Copy Debian fix to rename epiphany.desktop to
    epiphany-browser.desktop so that the shell recognizes it.
* debian/patches/00_epiphany-browser.patch: Refreshed
* debian/patches/14_pkglibdir.patch:
  - Dropped, applied in new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
      ephy_sqlite_statement_bind_int (statement, 2, visit->visit_type, &error) == FALSE ) {
73
73
    g_error ("Could not build visits table addition statement: %s", error->message);
74
74
    g_error_free (error);
 
75
    g_object_unref (statement);
75
76
    return;
76
77
  }
77
78
 
154
155
  if (error) {
155
156
    g_error ("Could not build visits table query statement: %s", error->message);
156
157
    g_error_free (error);
157
 
    g_object_unref (statement);
 
158
    return NULL;
158
159
  }
159
160
 
160
161
  if (query->from >= 0) {