~ubuntu-branches/ubuntu/trusty/lxappearance-obconf/trusty

« back to all changes in this revision

Viewing changes to debian/patches/01_gtk3_migration.patch

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2011-02-27 01:25:59 UTC
  • Revision ID: james.westby@ubuntu.com-20110227012559-tuuls7m2x4nmzlq2
Tags: 0.0.1~git20101112-0ubuntu2
* debian/patches
 - 80_translations.patch: Update translations from upstream git (2011-02-17)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#https://sourceforge.net/tracker/?func=detail&aid=3108205&group_id=180858&atid=894871
2
 
Index: lxappearance-obconf/src/preview.h
 
2
Index: lxappearance-obconf-0.0.1~git20101112/src/preview.h
3
3
===================================================================
4
 
--- lxappearance-obconf.orig/src/preview.h      2010-11-13 01:30:08.000000000 +0100
5
 
+++ lxappearance-obconf/src/preview.h   2010-11-13 01:30:24.000000000 +0100
 
4
--- lxappearance-obconf-0.0.1~git20101112.orig/src/preview.h    2011-02-26 21:06:49.000000000 +0100
 
5
+++ lxappearance-obconf-0.0.1~git20101112/src/preview.h 2011-02-26 21:06:52.000000000 +0100
6
6
@@ -22,7 +22,7 @@
7
7
 #include <glib.h>
8
8
 
12
12
 
13
13
 GdkPixbuf *preview_theme(const gchar *name, const gchar *titlelayout,
14
14
                          RrFont *active_window_font,
15
 
Index: lxappearance-obconf/src/main.c
 
15
Index: lxappearance-obconf-0.0.1~git20101112/src/main.c
16
16
===================================================================
17
 
--- lxappearance-obconf.orig/src/main.c 2010-11-13 01:30:08.000000000 +0100
18
 
+++ lxappearance-obconf/src/main.c      2010-11-13 01:30:24.000000000 +0100
 
17
--- lxappearance-obconf-0.0.1~git20101112.orig/src/main.c       2011-02-26 21:06:49.000000000 +0100
 
18
+++ lxappearance-obconf-0.0.1~git20101112/src/main.c    2011-02-26 21:06:52.000000000 +0100
19
19
@@ -80,7 +80,7 @@
20
20
     gint ret_size;
21
21
     gulong ret_items, bytes_left;
25
25
                              FALSE, type, &ret_type, &ret_size,
26
26
                              &ret_items, &bytes_left, &xdata);
27
27
     if (res == Success) {
28
 
@@ -209,7 +209,7 @@
 
28
@@ -208,7 +208,7 @@
29
29
         }
30
30
     }
31
31
 
34
34
     if (!exit_with_error) {
35
35
         theme_setup_tab();
36
36
         appearance_setup_tab();
37
 
Index: lxappearance-obconf/src/tree.c
 
37
Index: lxappearance-obconf-0.0.1~git20101112/src/tree.c
38
38
===================================================================
39
 
--- lxappearance-obconf.orig/src/tree.c 2010-11-13 01:30:08.000000000 +0100
40
 
+++ lxappearance-obconf/src/tree.c      2010-11-13 01:30:24.000000000 +0100
 
39
--- lxappearance-obconf-0.0.1~git20101112.orig/src/tree.c       2011-02-26 21:06:49.000000000 +0100
 
40
+++ lxappearance-obconf-0.0.1~git20101112/src/tree.c    2011-02-26 21:06:52.000000000 +0100
41
41
@@ -113,7 +113,7 @@
42
42
 
43
43
         ce.xclient.type = ClientMessage;