changeset 16356:224250e561bf

Add Hylke's font face icon
author Sean Egan <seanegan@gmail.com>
date Tue, 24 Apr 2007 22:40:54 +0000
parents 69ed7b52faeb
children 8a4b1d1cd076
files pidgin/gtkimhtmltoolbar.c pidgin/pidginstock.c pidgin/pidginstock.h pidgin/pixmaps/toolbar/16/Makefile.am
diffstat 4 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/gtkimhtmltoolbar.c	Tue Apr 24 21:56:09 2007 +0000
+++ b/pidgin/gtkimhtmltoolbar.c	Tue Apr 24 22:40:54 2007 +0000
@@ -982,7 +982,7 @@
 
 	/* Font Face */
 
-	button = pidgin_pixbuf_toolbar_button_from_stock(GTK_STOCK_SELECT_FONT);
+	button = pidgin_pixbuf_toolbar_button_from_stock(PIDGIN_STOCK_TOOLBAR_FONT_FACE);
 	gtk_size_group_add_widget(sg, button);
 	gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 0);
 	gtk_tooltips_set_tip(toolbar->tooltips, button,
--- a/pidgin/pidginstock.c	Tue Apr 24 21:56:09 2007 +0000
+++ b/pidgin/pidginstock.c	Tue Apr 24 22:40:54 2007 +0000
@@ -152,6 +152,7 @@
 	{ PIDGIN_STOCK_TOOLBAR_BLOCK, "emblems", "blocked.png", TRUE, FALSE, FALSE, FALSE, FALSE, FALSE },
 	{ PIDGIN_STOCK_TOOLBAR_FGCOLOR, "toolbar", "change-fgcolor.png", TRUE, FALSE, FALSE, FALSE, FALSE, FALSE },
 	{ PIDGIN_STOCK_TOOLBAR_SMILEY, "toolbar", "emote-select.png", TRUE, FALSE, FALSE, FALSE, FALSE, FALSE },
+	{ PIDGIN_STOCK_TOOLBAR_FONT_FACE, "toolbar", "font-face.png", TRUE, FALSE, FALSE, FALSE, FALSE, FALSE },
 	{ PIDGIN_STOCK_TOOLBAR_TEXT_SMALLER, "toolbar", "font-size-down.png", TRUE, FALSE, FALSE, FALSE, FALSE, FALSE },
 	{ PIDGIN_STOCK_TOOLBAR_TEXT_LARGER, "toolbar", "font-size-up.png", TRUE, FALSE, FALSE, FALSE, FALSE, FALSE },
 	{ PIDGIN_STOCK_TOOLBAR_INSERT_IMAGE, "toolbar", "insert-image.png", TRUE, FALSE, FALSE, FALSE, FALSE, FALSE },
--- a/pidgin/pidginstock.h	Tue Apr 24 21:56:09 2007 +0000
+++ b/pidgin/pidginstock.h	Tue Apr 24 22:40:54 2007 +0000
@@ -113,6 +113,7 @@
 #define PIDGIN_STOCK_TOOLBAR_BLOCK        "pidgin-block"
 #define PIDGIN_STOCK_TOOLBAR_FGCOLOR      "pidgin-fgcolor"
 #define PIDGIN_STOCK_TOOLBAR_SMILEY       "pidgin-smiley"
+#define PIDGIN_STOCK_TOOLBAR_FONT_FACE	  "pidgin-font-face"
 #define PIDGIN_STOCK_TOOLBAR_TEXT_SMALLER "pidgin-text-smaller"
 #define PIDGIN_STOCK_TOOLBAR_TEXT_LARGER  "pidgin-text-larger"
 #define PIDGIN_STOCK_TOOLBAR_INSERT_IMAGE "pidgin-insert-image"
--- a/pidgin/pixmaps/toolbar/16/Makefile.am	Tue Apr 24 21:56:09 2007 +0000
+++ b/pidgin/pixmaps/toolbar/16/Makefile.am	Tue Apr 24 22:40:54 2007 +0000
@@ -4,6 +4,7 @@
 		change-bgcolor.png \
 		change-fgcolor.png \
 		emote-select.png \
+		font-face.png \
 		font-size-down.png \
 		font-size-up.png \
 		insert-image.png \