pidgin.next.minor: 869b7c49: Drop a crapton of GTK+ code that we were...
rekkanoryo at pidgin.im
rekkanoryo at pidgin.im
Sun Aug 23 01:10:44 EDT 2009
-----------------------------------------------------------------
Revision: 869b7c49cec24db5a508b838839d20cb497c47ab
Ancestor: 0a146ca34aa4ae5e5cde6050de8ec0a21e6c2d80
Author: rekkanoryo at pidgin.im
Date: 2009-08-23T02:36:31
Branch: im.pidgin.pidgin.next.minor
URL: http://d.pidgin.im/viewmtn/revision/info/869b7c49cec24db5a508b838839d20cb497c47ab
Deleted entries:
pidgin/gtkcelllayout.c pidgin/gtkcelllayout.h
pidgin/gtkcellrendererprogress.c
pidgin/gtkcellrendererprogress.h pidgin/gtkcellview.c
pidgin/gtkcellview.h pidgin/gtkcellviewmenuitem.c
pidgin/gtkcellviewmenuitem.h pidgin/gtkexpander.c
pidgin/gtkexpander.h pidgin/pidgincombobox.c
pidgin/pidgincombobox.h
Modified files:
pidgin/Makefile.am pidgin/gtkft.c pidgin/gtksavedstatuses.c
ChangeLog:
Drop a crapton of GTK+ code that we were carrying exclusively for backward
compatibility with really old GTK+ (some for pre 2.6.0, some for pre 2.4.0).
Refs #10024.
-------------- next part --------------
============================================================
--- pidgin/Makefile.am d5a0708ec71d9ea647b71decee4d37fca0daa64d
+++ pidgin/Makefile.am 85c83e33db8e13395f710e8d6bce44b97cc19c18
@@ -74,17 +74,12 @@ pidgin_SOURCES = \
pidgin_SOURCES = \
eggtrayicon.c \
- pidgincombobox.c \
pidginstock.c \
gtkaccount.c \
gtkblist.c \
gtkblist-theme.c \
gtkblist-theme-loader.c \
- gtkcelllayout.c \
gtkcellrendererexpander.c \
- gtkcellrendererprogress.c \
- gtkcellview.c \
- gtkcellviewmenuitem.c \
gtkcertmgr.c \
gtkconn.c \
gtkconv.c \
@@ -94,7 +89,6 @@ pidgin_SOURCES = \
gtkdocklet.c \
gtkdocklet-x11.c \
gtkeventloop.c \
- gtkexpander.c \
gtkft.c \
gtkicon-theme.c \
gtkicon-theme-loader.c \
@@ -135,13 +129,8 @@ pidgin_headers = \
gtkblist.h \
gtkblist-theme.h \
gtkblist-theme-loader.h \
- gtkcelllayout.h \
gtkcellrendererexpander.h \
- gtkcellrendererprogress.h \
- gtkcellview.h \
- gtkcellviewmenuitem.h \
gtkcertmgr.h \
- pidgincombobox.h \
gtkconn.h \
gtkconv.h \
gtkconvwin.h \
@@ -150,7 +139,6 @@ pidgin_headers = \
gtkdnd-hints.h \
gtkdocklet.h \
gtkeventloop.h \
- gtkexpander.h \
gtkft.h \
gtkicon-theme.h \
gtkicon-theme-loader.h \
============================================================
--- pidgin/gtkft.c 3cad4e4a12d3e6ed6385a8197d419d12fa83d6fd
+++ pidgin/gtkft.c 38577e577b72aa22a50febe3e5bffb1c2bf51b3d
@@ -32,10 +32,8 @@
#include "prpl.h"
#include "util.h"
-#include "gtkcellrendererprogress.h"
#include "gtkft.h"
#include "prefs.h"
-#include "gtkexpander.h"
#include "pidginstock.h"
#include "gtkutils.h"
@@ -621,7 +619,7 @@ setup_tree(PidginXferDialog *dialog)
gtk_tree_view_append_column(GTK_TREE_VIEW(tree), column);
/* Progress bar column */
- renderer = pidgin_cell_renderer_progress_new();
+ renderer = gtk_cell_renderer_progress_new();
column = gtk_tree_view_column_new_with_attributes(_("Progress"), renderer,
"percentage", COLUMN_PROGRESS, NULL);
gtk_tree_view_column_set_resizable(GTK_TREE_VIEW_COLUMN(column), TRUE);
============================================================
--- pidgin/gtksavedstatuses.c 4b3a368e7e485d7d12983384b4db9fff6c459cf8
+++ pidgin/gtksavedstatuses.c 9252f37e26e2b8a165a5655f0a8d67c6d9efe18a
@@ -34,7 +34,6 @@
#include "util.h"
#include "gtkblist.h"
-#include "gtkexpander.h"
#include "pidgin.h"
#include "gtkimhtml.h"
#include "gtkimhtmltoolbar.h"
More information about the Commits
mailing list