]> git.pld-linux.org Git - packages/gtk2-theme-engine-qt.git/commitdiff
- obsolete
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 27 Dec 2006 22:06:00 +0000 (22:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gtk2-theme-engine-qt-black-menus.patch -> 1.2
    gtk2-theme-engine-qt-kcm-fixinstallationdir.patch -> 1.2
    gtk2-theme-engine-qt-notebook.patch -> 1.2

gtk2-theme-engine-qt-black-menus.patch [deleted file]
gtk2-theme-engine-qt-kcm-fixinstallationdir.patch [deleted file]
gtk2-theme-engine-qt-notebook.patch [deleted file]

diff --git a/gtk2-theme-engine-qt-black-menus.patch b/gtk2-theme-engine-qt-black-menus.patch
deleted file mode 100644 (file)
index 101b088..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- gtk-qt-engine-0.6/src/qt_theme_draw.c.orig 2004-12-21 16:28:34.000000000 +0100
-+++ gtk-qt-engine-0.6/src/qt_theme_draw.c      2005-10-30 09:16:46.272365624 +0100
-@@ -1777,6 +1777,7 @@
-         {
-           pixmap = pix_test;
-           parent_relative = FALSE;
-+          gdk_drawable_set_colormap(pixmap, style->colormap);
-         }
-       
-       gdk_window_set_back_pixmap (window, pixmap, parent_relative);
diff --git a/gtk2-theme-engine-qt-kcm-fixinstallationdir.patch b/gtk2-theme-engine-qt-kcm-fixinstallationdir.patch
deleted file mode 100644 (file)
index 4a5aca4..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
---- kcm_gtk/Makefile.am.orig   2005-01-14 10:52:16.000000000 +0000
-+++ kcm_gtk/Makefile.am        2005-01-15 10:44:20.006738856 +0000
-@@ -2,8 +2,7 @@
- METASOURCES = AUTO
- # Install this plugin in the KDE modules directory
--kcmgtkmoduledir = $(KDE_PREFIX)/lib/kde3/
--kcmgtkmodule_LTLIBRARIES = kcm_kcmgtk.la
-+kde_module_LTLIBRARIES = kcm_kcmgtk.la
- kcm_kcmgtk_la_SOURCES = kcmgtkwidget.ui kcmgtk.cpp
- kcm_kcmgtk_la_LIBADD = $(LIB_KDEUI)
-@@ -11,7 +10,7 @@
- kcmgtk_DATA = kcmgtk.desktop
--kcmgtkdir = $(KDE_PREFIX)/share/applnk/Settings/LookNFeel
-+kcmgtkdir = $(kde_appsdir)/Settings/LookNFeel
- kcmgtkdebian_DATA = kcmgtk.menu
- kcmgtkdebiandir = /usr/lib/menu
diff --git a/gtk2-theme-engine-qt-notebook.patch b/gtk2-theme-engine-qt-notebook.patch
deleted file mode 100644 (file)
index d6cc2f0..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
---- gtk-qt-engine-0.6/src/qt_qt_wrapper.cpp.3919       2004-12-19 09:31:48.000000000 -0600
-+++ gtk-qt-engine-0.6/src/qt_qt_wrapper.cpp    2005-10-27 09:48:07.000000000 -0500
-@@ -1363,7 +1363,8 @@
-       int sdiff = 10000, pos = -1, diff = 1;
-       for ( int i = 0; i < g_list_length(notebook->children); i++ )
-       {
--              diff = gtk_notebook_get_tab_label(notebook,gtk_notebook_get_nth_page(notebook,i))->allocation.x - x;
-+              GtkWidget *tab_label=gtk_notebook_get_tab_label(notebook,gtk_notebook_get_nth_page(notebook,i));
-+              if (tab_label) diff = tab_label->allocation.x - x;
-               if ((diff > 0) && (diff < sdiff))
-               {
-                       sdiff = diff; pos = i;
This page took 0.041647 seconds and 4 git commands to generate.