~ubuntu-branches/ubuntu/precise/eog/precise

« back to all changes in this revision

Viewing changes to .pc/01_lpi.patch/src/eog-window.c

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-03-19 22:57:26 UTC
  • mfrom: (1.14.31) (2.1.20 experimental)
  • Revision ID: package-import@ubuntu.com-20120319225726-so4frb2gfs6u1sph
Tags: 3.3.92-0ubuntu1
* New upstream version:
  - don't segfault when mouse scrolling though thumnbails (lp: #672312)
* Resynchronize on Debian, remaining diffs:
* debian/control.in:
  - Build-Depends on dh-autoreconf, liblaunchpad-integration-3.0-dev, 
    libgrip-dev
* debian/eog.gsettings-override:
  - define the default editor, don't display sidebar by default
* debian/eog-dev.install:
  - install the documentation
* debian/patches/01_lpi.patch,
  - launchpad integration changes
* debian/patches/02_grip_gestures.patch:
  -  support pinch-to-zoom, rotate, and drag gestures  
* debian/rules
  - use dh-autoreconf

Show diffs side-by-side

added added

removed removed

Lines of Context:
2083
2083
        eog_scroll_view_override_bg_color (EOG_SCROLL_VIEW (window->priv->view),
2084
2084
                          &(gtk_widget_get_style (GTK_WIDGET (window))->black));
2085
2085
 
2086
 
        {
2087
 
                GtkStyle *style;
2088
 
 
2089
 
                style = gtk_style_copy (gtk_widget_get_style (gtk_widget_get_parent (priv->view)));
2090
 
 
2091
 
                style->xthickness = 0;
2092
 
                style->ythickness = 0;
2093
 
 
2094
 
                gtk_widget_set_style (gtk_widget_get_parent (priv->view),
2095
 
                                      style);
2096
 
 
2097
 
                g_object_unref (style);
2098
 
        }
2099
 
 
2100
2086
        gtk_window_fullscreen (GTK_WINDOW (window));
2101
2087
        eog_window_update_fullscreen_popup (window);
2102
2088
 
4772
4758
        window->priv->page_setup = NULL;
4773
4759
 
4774
4760
        gtk_window_set_application (GTK_WINDOW (window), GTK_APPLICATION (EOG_APP));
4775
 
 
4776
 
        gtk_window_set_hide_titlebar_when_maximized (GTK_WINDOW (window), TRUE);
4777
4761
}
4778
4762
 
4779
4763
static void