~ubuntu-branches/ubuntu/saucy/gtk+2.0/saucy-proposed

« back to all changes in this revision

Viewing changes to debian/patches/042_treeview_single-focus.patch

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2013-07-08 11:42:51 UTC
  • mfrom: (1.14.21) (72.5.28 sid)
  • Revision ID: package-import@ubuntu.com-20130708114251-tlomat9sjg19c3sn
Tags: 2.24.20-1ubuntu1
* Merge with Debian (LP: #1198841), remaining changes:
  + debian/libgtk2.0-0.symbols:
    - Add Ubuntu specific symbols
  + debian/patches/012_ubuntu-set-grab-add.patch
    - Added ubuntu_gtk_widget_set_has_grab so we can grab sliders and 
      things in menus, needed by ido
  + debian/patches/062_dnd_menubar.patch:
    - Allow click on menubars for dnd
  + debian/patches/063_treeview_almost_fixed.patch:
    - Add an ubuntu-almost-fixed-height-mode property, (required for
      software-center)
  + debian/patches/071_no_offscreen_widgets_grabbing.patch:
    - Don't let offscreen widgets do grabbing
  + debian/patches/090_logging_file_saves.patch:
    - improve the logging of saved files
  + debian/patches/092_default_to_xdg_document_dir.patch:
    - Use $XDG_DOCUMENTS_DIR as default directory rather than the home
      directory for the 'Print to File' function.
  + debian/patches/093_gtk3_gtkimage_fallbacks_use.patch:
    - Backported gtk3 patch to add a "use-fallback" property to GtkImage, using 
      it "icon-name and GIcon type of GtkImages can use automatic fallback 
      names.", it will be useful for the indicator stack
  + debian/patches/095_git_menus_scrolling.patch:
    - backported gtk3 commit to fix menu scrolling issues
  + debian/patches/096_git_gtkprintsettings.patch:
    - upstream git commit backported from the gtk3 serie, don't ignore the 
      gtkprintsettings resolution settings 
  + debian/patches/097_statusicon_image_fallback.patch: Make GtkStatusIcon
    images use fallbacks by default if the property is available.
  + debian/patches/098_multiarch_module_path.patch:
    - Fallback to the pre-multiarch directory for compatibility
  + debian/patches/099_printer_filename_fix.patch
    - Fix to the print dialog for print to file, make sure a non-hidden filename 
      is the default (LP: #488857)
  + debian/patches/100_overlay_scrollbar_loading.patch
    - support for dynamically loading overlay scrollbars
* Drop the unused support for an 'opt' flavour which was a delta over Debian
  as they removed it some time ago, and was commented out anyway. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Index: gtk+-2.24.14/gtk/gtktreeview.c
 
1
Index: gtk+-2.24.19/gtk/gtktreeview.c
2
2
===================================================================
3
 
--- gtk+-2.24.14.orig/gtk/gtktreeview.c 2013-01-05 02:33:51.899246761 +0100
4
 
+++ gtk+-2.24.14/gtk/gtktreeview.c      2013-01-05 02:33:51.899246761 +0100
5
 
@@ -9626,7 +9626,8 @@
 
3
--- gtk+-2.24.19.orig/gtk/gtktreeview.c 2013-06-28 23:40:08.435421781 +0200
 
4
+++ gtk+-2.24.19/gtk/gtktreeview.c      2013-06-28 23:40:08.427421690 +0200
 
5
@@ -9628,7 +9628,8 @@
6
6
 
7
7
       if (cursor_path)
8
8
        {