Add Hylke's font face icon

Tue, 24 Apr 2007 22:40:54 +0000

author
Sean Egan <seanegan@pidgin.im>
date
Tue, 24 Apr 2007 22:40:54 +0000
changeset 16454
c913ac4ef44c
parent 16452
97e593e93b5c
child 16455
68b876e5eb14

Add Hylke's font face icon

pidgin/gtkimhtmltoolbar.c file | annotate | diff | comparison | revisions
pidgin/pidginstock.c file | annotate | diff | comparison | revisions
pidgin/pidginstock.h file | annotate | diff | comparison | revisions
pidgin/pixmaps/toolbar/16/Makefile.am file | annotate | diff | comparison | revisions
--- 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 \

mercurial