~ubuntu-branches/ubuntu/trusty/xfdesktop4/trusty

« back to all changes in this revision

Viewing changes to debian/patches/xubuntu_improve-nautilus-interactions.patch

  • Committer: Package Import Robot
  • Author(s): Jackson Doak
  • Date: 2014-04-02 06:58:37 UTC
  • mfrom: (1.5.9)
  • Revision ID: package-import@ubuntu.com-20140402065837-3mnppl9qwxhwr98j
Tags: 4.11.5-0ubuntu1
* New upstream release. LP: #1294209
* Drop patches taken from git, fixed upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
--- a/src/xfce-desktop.c
19
19
+++ b/src/xfce-desktop.c
20
 
@@ -811,8 +811,8 @@ screen_set_selection(XfceDesktop *deskto
 
20
@@ -812,8 +812,8 @@ screen_set_selection(XfceDesktop *deskto
21
21
 {
22
22
     Window xwin;
23
23
     gint xscreen;
28
28
     
29
29
     xwin = GDK_WINDOW_XID(gtk_widget_get_window(GTK_WIDGET(desktop)));
30
30
     xscreen = gdk_screen_get_number(desktop->priv->gscreen);
31
 
@@ -821,6 +821,9 @@ screen_set_selection(XfceDesktop *deskto
 
31
@@ -822,6 +822,9 @@ screen_set_selection(XfceDesktop *deskto
32
32
     selection_atom = XInternAtom(gdk_x11_get_default_xdisplay(), selection_name, False);
33
33
     manager_atom = XInternAtom(gdk_x11_get_default_xdisplay(), "MANAGER", False);
34
34
 
38
38
     /* the previous check in src/main.c occurs too early, so workaround by
39
39
      * adding this one. */
40
40
    if(XGetSelectionOwner(gdk_x11_get_default_xdisplay(), selection_atom) != None) {
41
 
@@ -828,8 +831,16 @@ screen_set_selection(XfceDesktop *deskto
 
41
@@ -829,8 +832,16 @@ screen_set_selection(XfceDesktop *deskto
42
42
        exit(0);
43
43
    }
44
44