Dash:
[t2.git] / package / gnome / glade / gtk214.patch
blob5a58021cc912cedd551cb3d7658a593fe6f3b23c
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../glade/gtk214.patch
5 # Copyright (C) 2009 The T2 SDE Project
6 #
7 # More information can be found in the files COPYING and README.
8 #
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
17 diff -Nur glade-2.12.2-orig/glade/gbwidgets/gbclist.c glade-2.12.2/glade/gbwidgets/gbclist.c
18 --- glade-2.12.2-orig/glade/gbwidgets/gbclist.c 2009-02-15 14:00:30.000000000 +0000
19 +++ glade-2.12.2/glade/gbwidgets/gbclist.c 2009-02-15 14:02:08.000000000 +0000
20 @@ -19,10 +19,7 @@
22 #include <string.h>
24 -#include <gtk/gtkclist.h>
25 -#include <gtk/gtkhbox.h>
26 -#include <gtk/gtkmain.h>
27 -#include <gtk/gtkspinbutton.h>
28 +#include <gtk/gtk.h>
29 #include "../gb.h"
31 /* Include the 21x21 icon pixmap for this widget, to be used in the palette */
32 diff -Nur glade-2.12.2-orig/glade/glade_keys_dialog.c glade-2.12.2/glade/glade_keys_dialog.c
33 --- glade-2.12.2-orig/glade/glade_keys_dialog.c 2009-02-15 14:00:30.000000000 +0000
34 +++ glade-2.12.2/glade/glade_keys_dialog.c 2009-02-15 14:03:01.000000000 +0000
35 @@ -23,11 +23,7 @@
37 #include <string.h>
39 -#include <gtk/gtkbox.h>
40 -#include <gtk/gtkbutton.h>
41 -#include <gtk/gtkclist.h>
42 -#include <gtk/gtkstock.h>
43 -#include <gtk/gtkscrolledwindow.h>
44 +#include <gtk/gtk.h>
46 #include "gladeconfig.h"
48 diff -Nur glade-2.12.2-orig/glade/glade_menu_editor.c glade-2.12.2/glade/glade_menu_editor.c
49 --- glade-2.12.2-orig/glade/glade_menu_editor.c 2009-02-15 14:00:30.000000000 +0000
50 +++ glade-2.12.2/glade/glade_menu_editor.c 2009-02-15 14:03:56.000000000 +0000
51 @@ -25,33 +25,7 @@
52 #include <string.h>
53 #include <time.h>
55 -#include <gdk/gdkkeysyms.h>
56 -#include <gtk/gtkarrow.h>
57 -#include <gtk/gtkaccellabel.h>
58 -#include <gtk/gtkclist.h>
59 -#include <gtk/gtkcombo.h>
60 -#include <gtk/gtkentry.h>
61 -#include <gtk/gtkeventbox.h>
62 -#include <gtk/gtkfilechooserdialog.h>
63 -#include <gtk/gtkframe.h>
64 -#include <gtk/gtkhbox.h>
65 -#include <gtk/gtkhbbox.h>
66 -#include <gtk/gtkhseparator.h>
67 -#include <gtk/gtkiconfactory.h>
68 -#include <gtk/gtkimage.h>
69 -#include <gtk/gtkimagemenuitem.h>
70 -#include <gtk/gtklist.h>
71 -#include <gtk/gtkmain.h>
72 -#include <gtk/gtkmenu.h>
73 -#include <gtk/gtkmenubar.h>
74 -#include <gtk/gtkradiobutton.h>
75 -#include <gtk/gtkradiomenuitem.h>
76 -#include <gtk/gtkscrolledwindow.h>
77 -#include <gtk/gtkseparatormenuitem.h>
78 -#include <gtk/gtkstock.h>
79 -#include <gtk/gtktable.h>
80 -#include <gtk/gtktearoffmenuitem.h>
81 -#include <gtk/gtkvbox.h>
82 +#include <gtk/gtk.h>
84 #include "gladeconfig.h"
86 diff -Nur glade-2.12.2-orig/glade/glade_project_view.h glade-2.12.2/glade/glade_project_view.h
87 --- glade-2.12.2-orig/glade/glade_project_view.h 2009-02-15 14:00:30.000000000 +0000
88 +++ glade-2.12.2/glade/glade_project_view.h 2009-02-15 14:05:02.000000000 +0000
89 @@ -18,7 +18,7 @@
90 #ifndef GLADE_PROJECT_VIEW_H
91 #define GLADE_PROJECT_VIEW_H
93 -#include <gtk/gtkclist.h>
94 +#include <gtk/gtk.h>
96 #include "glade_project.h"