Revision ebb919dd47f8edc3b1b82fdbc2d2a7764bc9ab6f

seanegan at pidgin.im seanegan at pidgin.im
Mon Mar 19 02:12:14 EDT 2007


o   -----------------------------------------------------------------
|   Revision: ebb919dd47f8edc3b1b82fdbc2d2a7764bc9ab6f
|   Ancestor: 98f09b9198d2a3353029745a9d6979b767889520
|   Author: seanegan at pidgin.im
|   Date: 2007-03-19T06:11:46
|   Branch: im.pidgin.pidgin
|   
|   Renamed entries:
|           pidgin/gaimcombobox.c to pidgin/pidgincombobox.c
|           pidgin/gaimcombobox.h to pidgin/pidgincombobox.h
|           pidgin/gaimstock.c to pidgin/pidginstock.c
|           pidgin/gaimstock.h to pidgin/pidginstock.h
|   Modified files:
|           pidgin/Makefile.am pidgin/gtkaccount.c pidgin/gtkblist.c
|           pidgin/gtkcellrendererexpander.c
|           pidgin/gtkcellrendererexpander.h
|           pidgin/gtkcellrendererprogress.c
|           pidgin/gtkcellrendererprogress.h pidgin/gtkconn.c
|           pidgin/gtkconv.c pidgin/gtkdebug.c pidgin/gtkdialogs.c
|           pidgin/gtkdocklet-x11.c pidgin/gtkdocklet.c pidgin/gtkft.c
|           pidgin/gtkimhtmltoolbar.c pidgin/gtklog.c pidgin/gtkmain.c
|           pidgin/gtknotify.c pidgin/gtkpounce.c pidgin/gtkprefs.c
|           pidgin/gtkrequest.c pidgin/gtkroomlist.c
|           pidgin/gtksavedstatuses.c pidgin/gtkstatusbox.c
|           pidgin/gtkutils.c pidgin/pidgincombobox.c
|           pidgin/pidgincombobox.h pidgin/pidginstock.c
|   
|   ChangeLog: 
|   
|   According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
|   
|   ============================================================
|   --- pidgin/Makefile.am	0cf94bf822b89c61670c73698f13490fe2c6d408
|   +++ pidgin/Makefile.am	d042b3f488b5aea66655febe502b40c8f8901cb2
|   @@ -69,8 +69,8 @@ pidgin_SOURCES = \
|    
|    pidgin_SOURCES = \
|    	eggtrayicon.c \
|   -	gaimcombobox.c \
|   -	gaimstock.c \
|   +	pidgincombobox.c \
|   +	pidginstock.c \
|    	gtkaccount.c \
|    	gtkblist.c \
|    	gtkcelllayout.c \
|   @@ -123,7 +123,7 @@ pidgin_headers = \
|    	gtkcellviewmenuitem.h \
|    	gtkcellview.h \
|    	gtkcellviewmenuitem.h \
|   -	gaimcombobox.h \
|   +	pidgincombobox.h \
|    	gtkconn.h \
|    	gtkconv.h \
|    	gtkconvwin.h \
|   @@ -154,7 +154,7 @@ pidgin_headers = \
|    	gtksound.h \
|    	gtksourceiter.h \
|    	gtkstatusbox.h \
|   -	gaimstock.h \
|   +	pidginstock.h \
|    	gtkthemes.h \
|    	gtkutils.h \
|    	gtkwhiteboard.h \
|   ============================================================
|   --- pidgin/gtkaccount.c	588faf5e6787aaf070c9d76440eb4745040fc88f
|   +++ pidgin/gtkaccount.c	8467ac0de9f7ffaa7f76e7b539db53c15f591e00
|   @@ -44,7 +44,7 @@
|    #include "gtkdialogs.h"
|    #include "gtkutils.h"
|    #include "gtkstatusbox.h"
|   -#include "gaimstock.h"
|   +#include "pidginstock.h"
|    
|    enum
|    {
|   ============================================================
|   --- pidgin/gtkblist.c	473d97578894dc36fa21c227cbf17d006f6cedb9
|   +++ pidgin/gtkblist.c	622f371f85c492a590fd048d782e37936826a9d2
|   @@ -36,7 +36,7 @@
|    #include "plugin.h"
|    #include "request.h"
|    #include "signals.h"
|   -#include "gaimstock.h"
|   +#include "pidginstock.h"
|    #include "util.h"
|    
|    #include "gtkaccount.h"
|   ============================================================
|   --- pidgin/gtkcellrendererexpander.c	a076d30036a1db25743c40113d608d3b81d7d5b2
|   +++ pidgin/gtkcellrendererexpander.c	3563deab80ad7cac681d1d3f4385646d5d6e4f11
|   @@ -185,7 +185,7 @@ GtkCellRenderer *pidgin_cell_renderer_ex
|    
|    GtkCellRenderer *pidgin_cell_renderer_expander_new(void)
|    {
|   -	return g_object_new(GAIM_TYPE_GTK_CELL_RENDERER_EXPANDER, NULL);
|   +	return g_object_new(PIDGIN_TYPE_GTK_CELL_RENDERER_EXPANDER, NULL);
|    }
|    
|    static void pidgin_cell_renderer_expander_get_size (GtkCellRenderer *cell,
|   ============================================================
|   --- pidgin/gtkcellrendererexpander.h	9416d26755a775d226761158e85942fc3696bbcd
|   +++ pidgin/gtkcellrendererexpander.h	962fd356df63f0883dfcec7267fda8c75197629e
|   @@ -28,12 +28,12 @@ extern "C" {
|    #endif /* __cplusplus */
|    
|    
|   -#define GAIM_TYPE_GTK_CELL_RENDERER_EXPANDER         (pidgin_cell_renderer_expander_get_type())
|   -#define PIDGIN_CELL_RENDERER_EXPANDER(obj)         (G_TYPE_CHECK_INSTANCE_CAST((obj), GAIM_TYPE_GTK_CELL_RENDERER_EXPANDER, PidginCellRendererExpander))
|   +#define PIDGIN_TYPE_GTK_CELL_RENDERER_EXPANDER         (pidgin_cell_renderer_expander_get_type())
|   +#define PIDGIN_CELL_RENDERER_EXPANDER(obj)         (G_TYPE_CHECK_INSTANCE_CAST((obj), PIDGIN_TYPE_GTK_CELL_RENDERER_EXPANDER, PidginCellRendererExpander))
|    #define PIDGIN_CELL_RENDERER_EXPANDER_CLASS(klass)	(G_TYPE_CHECK_CLASS_CAST ((klass), GAIM_TYPE_GTK_CELL_RENDERER_EXPANDER, PidginCellRendererExpanderClass))
|   -#define GAIM_IS_GTK_CELL_RENDERER_EXPANDER(obj)		(G_TYPE_CHECK_INSTANCE_TYPE ((obj), GAIM_TYPE_GTK_CELL_RENDERER_EXPANDER))
|   -#define GAIM_IS_GTK_CELL_RENDERER_EXPANDER_CLASS(klass)	(G_TYPE_CHECK_CLASS_TYPE ((klass), GAIM_TYPE_GTK_CELL_RENDERER_EXPANDER))
|   -#define PIDGIN_CELL_RENDERER_EXPANDER_GET_CLASS(obj)         (G_TYPE_INSTANCE_GET_CLASS ((obj), GAIM_TYPE_GTK_CELL_RENDERER_EXPANDER, PidginCellRendererExpanderClass))
|   +#define PIDGIN_IS_GTK_CELL_RENDERER_EXPANDER(obj)		(G_TYPE_CHECK_INSTANCE_TYPE ((obj), PIDGIN_TYPE_GTK_CELL_RENDERER_EXPANDER))
|   +#define PIDGIN_IS_GTK_CELL_RENDERER_EXPANDER_CLASS(klass)	(G_TYPE_CHECK_CLASS_TYPE ((klass), PIDGIN_TYPE_GTK_CELL_RENDERER_EXPANDER))
|   +#define PIDGIN_CELL_RENDERER_EXPANDER_GET_CLASS(obj)         (G_TYPE_INSTANCE_GET_CLASS ((obj), PIDGIN_TYPE_GTK_CELL_RENDERER_EXPANDER, PidginCellRendererExpanderClass))
|    
|    typedef struct _PidginCellRendererExpander PidginCellRendererExpander;
|    typedef struct _PidginCellRendererExpanderClass PidginCellRendererExpanderClass;
|   ============================================================
|   --- pidgin/gtkcellrendererprogress.c	3c348c3463abf0bbbfcb0acea4333ec336e2b664
|   +++ pidgin/gtkcellrendererprogress.c	b3708822cf11ae38b02e8f3e36011ae7708bc6b6
|   @@ -214,7 +214,7 @@ GtkCellRenderer *pidgin_cell_renderer_pr
|    
|    GtkCellRenderer *pidgin_cell_renderer_progress_new(void)
|    {
|   -	return g_object_new(GAIM_TYPE_GTK_CELL_RENDERER_PROGRESS, NULL);
|   +	return g_object_new(PIDGIN_TYPE_GTK_CELL_RENDERER_PROGRESS, NULL);
|    }
|    
|    static void pidgin_cell_renderer_progress_get_size (GtkCellRenderer *cell,
|   ============================================================
|   --- pidgin/gtkcellrendererprogress.h	6b25c6f59033b214026911c7f1bf6b5c0bb81099
|   +++ pidgin/gtkcellrendererprogress.h	5a0a566cde8286f5f8d862d40bcc81871cca2851
|   @@ -28,12 +28,12 @@ extern "C" {
|    #endif /* __cplusplus */
|    
|    
|   -#define GAIM_TYPE_GTK_CELL_RENDERER_PROGRESS         (pidgin_cell_renderer_progress_get_type())
|   -#define PIDGIN_CELL_RENDERER_PROGRESS(obj)         (G_TYPE_CHECK_INSTANCE_CAST((obj), GAIM_TYPE_GTK_CELL_RENDERER_PROGRESS, PidginCellRendererProgress))
|   -#define PIDGIN_CELL_RENDERER_PROGRESS_CLASS(klass)	(G_TYPE_CHECK_CLASS_CAST ((klass), GAIM_TYPE_GTK_CELL_RENDERER_PROGRESS, PidginCellRendererProgressClass))
|   -#define GAIM_IS_GTK_CELL_PROGRESS_PROGRESS(obj)		(G_TYPE_CHECK_INSTANCE_TYPE ((obj), GAIM_TYPE_GTK_CELL_RENDERER_PROGRESS))
|   -#define GAIM_IS_GTK_CELL_PROGRESS_PROGRESS_CLASS(klass)	(G_TYPE_CHECK_CLASS_TYPE ((klass), GAIM_TYPE_GTK_CELL_RENDERER_PROGRESS))
|   -#define PIDGIN_CELL_RENDERER_PROGRESS_GET_CLASS(obj)         (G_TYPE_INSTANCE_GET_CLASS ((obj), GAIM_TYPE_GTK_CELL_RENDERER_PROGRESS, PidginCellRendererProgressClass))
|   +#define PIDGIN_TYPE_GTK_CELL_RENDERER_PROGRESS         (pidgin_cell_renderer_progress_get_type())
|   +#define PIDGIN_CELL_RENDERER_PROGRESS(obj)         (G_TYPE_CHECK_INSTANCE_CAST((obj), PIDGIN_TYPE_GTK_CELL_RENDERER_PROGRESS, PidginCellRendererProgress))
|   +#define PIDGIN_CELL_RENDERER_PROGRESS_CLASS(klass)	(G_TYPE_CHECK_CLASS_CAST ((klass), PIDGIN_TYPE_GTK_CELL_RENDERER_PROGRESS, PidginCellRendererProgressClass))
|   +#define PIDGIN_IS_GTK_CELL_PROGRESS_PROGRESS(obj)		(G_TYPE_CHECK_INSTANCE_TYPE ((obj), PIDGIN_TYPE_GTK_CELL_RENDERER_PROGRESS))
|   +#define PIDGIN_IS_GTK_CELL_PROGRESS_PROGRESS_CLASS(klass)	(G_TYPE_CHECK_CLASS_TYPE ((klass), PIDGIN_TYPE_GTK_CELL_RENDERER_PROGRESS))
|   +#define PIDGIN_CELL_RENDERER_PROGRESS_GET_CLASS(obj)         (G_TYPE_INSTANCE_GET_CLASS ((obj), PIDGIN_TYPE_GTK_CELL_RENDERER_PROGRESS, PidginCellRendererProgressClass))
|    
|    typedef struct _PidginCellRendererProgress PidginCellRendererProgress;
|    typedef struct _PidginCellRendererProgressClass PidginCellRendererProgressClass;
|   ============================================================
|   --- pidgin/gtkconn.c	a3bde310a0097818e50abbcd8867e18260d297e5
|   +++ pidgin/gtkconn.c	5a32ef8bc8aae29ec4252fd8d0d91bc55f75a7f2
|   @@ -33,7 +33,7 @@
|    #include "gtkconn.h"
|    #include "gtkdialogs.h"
|    #include "gtkstatusbox.h"
|   -#include "gaimstock.h"
|   +#include "pidginstock.h"
|    #include "gtkutils.h"
|    #include "util.h"
|    
|   @@ -45,12 +45,12 @@ typedef struct {
|    typedef struct {
|    	int delay;
|    	guint timeout;
|   -} GaimAutoRecon;
|   +} PidginAutoRecon;
|    
|    /**
|     * Contains accounts that are auto-reconnecting.
|     * The key is a pointer to the GaimAccount and the
|   - * value is a pointer to a GaimAutoRecon.
|   + * value is a pointer to a PidginAutoRecon.
|     */
|    static GHashTable *hash = NULL;
|    
|   @@ -102,7 +102,7 @@ free_auto_recon(gpointer data)
|    static void
|    free_auto_recon(gpointer data)
|    {
|   -	GaimAutoRecon *info = data;
|   +	PidginAutoRecon *info = data;
|    
|    	if (info->timeout != 0)
|    		g_source_remove(info->timeout);
|   @@ -114,7 +114,7 @@ do_signon(gpointer data)
|    do_signon(gpointer data)
|    {
|    	GaimAccount *account = data;
|   -	GaimAutoRecon *info;
|   +	PidginAutoRecon *info;
|    	GaimStatus *status;
|    
|    	gaim_debug_info("autorecon", "do_signon called\n");
|   @@ -139,7 +139,7 @@ pidgin_connection_report_disconnect(Gaim
|    pidgin_connection_report_disconnect(GaimConnection *gc, const char *text)
|    {
|    	GaimAccount *account = NULL;
|   -	GaimAutoRecon *info;
|   +	PidginAutoRecon *info;
|    
|    	account = gaim_connection_get_account(gc);
|    	info = g_hash_table_lookup(hash, account);
|   @@ -147,7 +147,7 @@ pidgin_connection_report_disconnect(Gaim
|    	pidgin_blist_update_account_error_state(account, text);
|    	if (!gc->wants_to_die) {
|    		if (info == NULL) {
|   -			info = g_new0(GaimAutoRecon, 1);
|   +			info = g_new0(PidginAutoRecon, 1);
|    			g_hash_table_insert(hash, account, info);
|    			info->delay = g_random_int_range(INITIAL_RECON_DELAY_MIN, INITIAL_RECON_DELAY_MAX);
|    		} else {
|   ============================================================
|   --- pidgin/gtkconv.c	22fb0b236947835e5324c0e90f21c3653b7e6452
|   +++ pidgin/gtkconv.c	7b62a87291f47a99b33b60dc77c180198c8ed151
|   @@ -64,7 +64,7 @@
|    #include "gtkprivacy.h"
|    #include "gtkthemes.h"
|    #include "gtkutils.h"
|   -#include "gaimstock.h"
|   +#include "pidginstock.h"
|    
|    #include "gtknickcolors.h"
|    
|   @@ -7089,7 +7089,7 @@ pidgin_conversations_uninit(void)
|    #include "gtkprefs.h"
|    #include "gtkprivacy.h"
|    #include "gtkutils.h"
|   -#include "gaimstock.h"
|   +#include "pidginstock.h"
|    #include "gtkimhtml.h"
|    #include "gtkimhtmltoolbar.h"
|    
|   ============================================================
|   --- pidgin/gtkdebug.c	a0bb9f47a5c1fade7ce2c9edb5a48e427e59299e
|   +++ pidgin/gtkdebug.c	b67a6bec3899b2fb83b011bab5e979a359e47b93
|   @@ -34,7 +34,7 @@
|    #include "gtkdialogs.h"
|    #include "gtkimhtml.h"
|    #include "gtkutils.h"
|   -#include "gaimstock.h"
|   +#include "pidginstock.h"
|    
|    #ifdef HAVE_REGEX_H
|    # include <regex.h>
|   ============================================================
|   --- pidgin/gtkdialogs.c	a0d00fddb8dc547ab1e0736b6723593d2b5c7d96
|   +++ pidgin/gtkdialogs.c	57ea8d167cd5b83ae7605dfc06b90727b2420ea2
|   @@ -37,7 +37,7 @@
|    #include "gtkimhtmltoolbar.h"
|    #include "gtklog.h"
|    #include "gtkutils.h"
|   -#include "gaimstock.h"
|   +#include "pidginstock.h"
|    
|    static GList *dialogwindows = NULL;
|    
|   ============================================================
|   --- pidgin/gtkdocklet-x11.c	b3b38dd36d790285ba71d22dd7690338f07ca13e
|   +++ pidgin/gtkdocklet-x11.c	9d297be6533dc08b32ace156cecf197961fbce95
|   @@ -25,7 +25,7 @@
|    #include "internal.h"
|    #include "pidgin.h"
|    #include "debug.h"
|   -#include "gaimstock.h"
|   +#include "pidginstock.h"
|    
|    #include "gtkdialogs.h"
|    
|   ============================================================
|   --- pidgin/gtkdocklet.c	ed429c1f7bc63ff5a6af4cdb6be21eaee93f51c3
|   +++ pidgin/gtkdocklet.c	974ba8132041660a193aad1032cbac752b35cbe2
|   @@ -39,7 +39,7 @@
|    #include "gtksavedstatuses.h"
|    #include "gtksound.h"
|    #include "gtkutils.h"
|   -#include "gaimstock.h"
|   +#include "pidginstock.h"
|    #include "gtkdocklet.h"
|    #include "gtkdialogs.h"
|    
|   ============================================================
|   --- pidgin/gtkft.c	ade77ed903b111439482fd9d326bdc720a645b41
|   +++ pidgin/gtkft.c	0507e836549a8c82708a4c95ac4164903f409802
|   @@ -35,7 +35,7 @@
|    #include "gtkft.h"
|    #include "prefs.h"
|    #include "gtkexpander.h"
|   -#include "gaimstock.h"
|   +#include "pidginstock.h"
|    #include "gtkutils.h"
|    
|    #define PIDGINXFER(xfer) \
|   ============================================================
|   --- pidgin/gtkimhtmltoolbar.c	d84c3eab2623835189bd61dd7b3a1d924bb2c7d1
|   +++ pidgin/gtkimhtmltoolbar.c	c794baf4f2180605ab313d6156f0522001105a67
|   @@ -29,7 +29,7 @@
|    #include "imgstore.h"
|    #include "notify.h"
|    #include "request.h"
|   -#include "gaimstock.h"
|   +#include "pidginstock.h"
|    #include "util.h"
|    
|    #include "gtkdialogs.h"
|   ============================================================
|   --- pidgin/gtklog.c	73fb82aa97b49bba1f9604dc833d85b460e07638
|   +++ pidgin/gtklog.c	f1b28b5685b5bd0c125edfb0f6aff7c868eb0549
|   @@ -32,7 +32,7 @@
|    #include "request.h"
|    #include "util.h"
|    
|   -#include "gaimstock.h"
|   +#include "pidginstock.h"
|    #include "gtkblist.h"
|    #include "gtkimhtml.h"
|    #include "gtklog.h"
|   ============================================================
|   --- pidgin/gtkmain.c	ca9f65e8d40017baf52c5913682a045891ec1163
|   +++ pidgin/gtkmain.c	8574548d9121d59f2c053244727324c62082a13a
|   @@ -63,7 +63,7 @@
|    #include "gtksound.h"
|    #include "gtkthemes.h"
|    #include "gtkutils.h"
|   -#include "gaimstock.h"
|   +#include "pidginstock.h"
|    #include "gtkwhiteboard.h"
|    
|    #ifdef HAVE_SIGNAL_H
|   ============================================================
|   --- pidgin/gtknotify.c	5152e382b26e013e14a57ddee60077ffaae25b05
|   +++ pidgin/gtknotify.c	cdae65f633115ac4312ca0c1513b42950bbae085
|   @@ -30,7 +30,7 @@
|    #include "connection.h"
|    #include "debug.h"
|    #include "prefs.h"
|   -#include "gaimstock.h"
|   +#include "pidginstock.h"
|    #include "util.h"
|    
|    #include "gtkblist.h"
|   ============================================================
|   --- pidgin/gtkpounce.c	8980ecc8e925ae93ac42911ee0cad52a2eeaf3d2
|   +++ pidgin/gtkpounce.c	cd174db067864ba2c88c1105eb7326b51b125575
|   @@ -39,7 +39,7 @@
|    #include "gtkblist.h"
|    #include "gtkdialogs.h"
|    #include "gtkpounce.h"
|   -#include "gaimstock.h"
|   +#include "pidginstock.h"
|    #include "gtkutils.h"
|    
|    /**
|   ============================================================
|   --- pidgin/gtkprefs.c	ecda514e3f61f01607ec9160675be72448bbe3bb
|   +++ pidgin/gtkprefs.c	9f1049807b07155dfb1906ee52ff1c93aaf5cc0a
|   @@ -48,7 +48,7 @@
|    #include "gtksound.h"
|    #include "gtkthemes.h"
|    #include "gtkutils.h"
|   -#include "gaimstock.h"
|   +#include "pidginstock.h"
|    
|    #define PROXYHOST 0
|    #define PROXYPORT 1
|   ============================================================
|   --- pidgin/gtkrequest.c	6786491d2c8cc127e901b6de0c8bf7d50c4ee9fe
|   +++ pidgin/gtkrequest.c	5b1764307bfd202346a9fcec710fbbf09474b99c
|   @@ -32,7 +32,7 @@
|    #include "gtkimhtmltoolbar.h"
|    #include "gtkrequest.h"
|    #include "gtkutils.h"
|   -#include "gaimstock.h"
|   +#include "pidginstock.h"
|    
|    #include <gdk/gdkkeysyms.h>
|    
|   ============================================================
|   --- pidgin/gtkroomlist.c	5d10a6f0a341a64621c50f48c7b5ca39ec8e34b5
|   +++ pidgin/gtkroomlist.c	9760af8e99c02c46394c9db83bff59228083ad8e
|   @@ -26,7 +26,7 @@
|    #include "internal.h"
|    #include "pidgin.h"
|    #include "gtkutils.h"
|   -#include "gaimstock.h"
|   +#include "pidginstock.h"
|    #include "debug.h"
|    #include "account.h"
|    #include "connection.h"
|   ============================================================
|   --- pidgin/gtksavedstatuses.c	acadf3f290e08d788e6ebefb02a1523ddb8b8fd3
|   +++ pidgin/gtksavedstatuses.c	36fbfb3195bbfac25d91f5e1080a60bb5cc2507b
|   @@ -37,7 +37,7 @@
|    #include "gtkimhtml.h"
|    #include "gtkimhtmltoolbar.h"
|    #include "gtksavedstatuses.h"
|   -#include "gaimstock.h"
|   +#include "pidginstock.h"
|    #include "gtkutils.h"
|    
|    /*
|   ============================================================
|   --- pidgin/gtkstatusbox.c	3bd6a98dc60cc8bb49e350b302bfb52dc892103d
|   +++ pidgin/gtkstatusbox.c	23dec675611b09ce40eeb2322dc31755560c8160
|   @@ -50,7 +50,7 @@
|    
|    #include "pidgin.h"
|    #include "gtksavedstatuses.h"
|   -#include "gaimstock.h"
|   +#include "pidginstock.h"
|    #include "gtkstatusbox.h"
|    #include "gtkutils.h"
|    
|   ============================================================
|   --- pidgin/gtkutils.c	6901fa16001c623713cd7538323f75dc32323ccb
|   +++ pidgin/gtkutils.c	6fa3cbef731a99c9a55f4ae854fd0ad96e77a22f
|   @@ -57,7 +57,7 @@
|    #include "gtkdialogs.h"
|    #include "gtkimhtml.h"
|    #include "gtkimhtmltoolbar.h"
|   -#include "gaimstock.h"
|   +#include "pidginstock.h"
|    #include "gtkthemes.h"
|    #include "gtkutils.h"
|    
|   ============================================================
|   --- pidgin/gaimcombobox.c	93c0bfea1c5b8cfff38e3129801d810b27ee6951
|   +++ pidgin/pidgincombobox.c	84a541a014ed1bcfdb786f5162727809659b89fa
|   @@ -22,7 +22,7 @@
|    */
|    #include <gtk/gtkversion.h>
|    #if !GTK_CHECK_VERSION(2,6,0)
|   -#include "gaimcombobox.h"
|   +#include "pidgincombobox.h"
|    
|    #if !GTK_CHECK_VERSION(2,4,0)
|    #include <gtk/gtkarrow.h>
|   ============================================================
|   --- pidgin/gaimcombobox.h	ae05bcbe0af1c6bbfe7743b2cff5de3ddc4c9cb8
|   +++ pidgin/pidgincombobox.h	9eb9e8a260618ae994fd10f940124970638268df
|   @@ -17,8 +17,8 @@
|     * Boston, MA 02111-1307, USA.
|     */
|    
|   -#ifndef __GAIM_COMBO_BOX_H__
|   -#define __GAIM_COMBO_BOX_H__
|   +#ifndef __PIDGIN_COMBO_BOX_H__
|   +#define __PIDGIN_COMBO_BOX_H__
|    
|    #ifndef __GTK_COMBO_BOX_H__
|    #define __GTK_COMBO_BOX_H__
|   @@ -111,4 +111,4 @@ gchar        *gtk_combo_box_get_active_t
|    
|    gchar        *gtk_combo_box_get_active_text  (GtkComboBox     *combo_box);
|    
|   +#endif /* __PIDGIN_COMBOX_BOX_H__ */
|   -#endif /* __GAIM_COMBOX_BOX_H__ */
|   ============================================================
|   --- pidgin/gaimstock.c	b03cd954c67bfa9f6e2e0984ede575c3f9d49502
|   +++ pidgin/pidginstock.c	eb147f38bc33d81d4048b70203edb28ce13d06c1
|   @@ -26,7 +26,7 @@
|    #include "internal.h"
|    #include "pidgin.h"
|    
|   -#include "gaimstock.h"
|   +#include "pidginstock.h"
|    
|    static struct StockIcon
|    {

To get the patch for this revision, please do this:
mtn log --last 1 --diffs --from ebb919dd47f8edc3b1b82fdbc2d2a7764bc9ab6f


More information about the Commits mailing list