diff src/stock.c @ 4866:703e02e52262

[gaim-migrate @ 5196] Added new typed and typing images to replace the gear. Missing stock icons now result in critical errors being shown. Restored the away button icon. Yay! You may now serve me cheese. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 22 Mar 2003 22:24:33 +0000
parents 0c85078fd371
children aa273fba7b09
line wrap: on
line diff
--- a/src/stock.c	Sat Mar 22 21:56:48 2003 +0000
+++ b/src/stock.c	Sat Mar 22 22:24:33 2003 +0000
@@ -53,13 +53,13 @@
 	{ GAIM_STOCK_TEXT_BIGGER,   "buttons", "text_bigger.png"          },
 	{ GAIM_STOCK_TEXT_NORMAL,   "buttons", "text_normal.png"          },
 	{ GAIM_STOCK_TEXT_SMALLER,  "buttons", "text_smaller.png"         },
-	{ GAIM_STOCK_TYPED,         NULL,      GTK_STOCK_JUSTIFY_FILL     },
-	{ GAIM_STOCK_TYPING,        NULL,      GTK_STOCK_EXECUTE          },
+	{ GAIM_STOCK_TYPED,         "gaim",    "typed.png"                },
+	{ GAIM_STOCK_TYPING,        "gaim",    "typing.png"               },
 	{ GAIM_STOCK_UPLOAD,        NULL,      GTK_STOCK_GO_UP            },
 	{ GAIM_STOCK_WARN,          NULL,      GTK_STOCK_DIALOG_WARNING   },
 	{ GAIM_STOCK_IM,            NULL,      GTK_STOCK_CONVERT          },
 	{ GAIM_STOCK_CHAT,          NULL,      GTK_STOCK_JUMP_TO          },
-	{ GAIM_STOCK_AWAY,          "buttons",      "away.xpm"                 }
+	{ GAIM_STOCK_AWAY,          "buttons", "away.xpm"                 }
 };
 
 static gint stock_icon_count = sizeof(stock_icons) / sizeof(*stock_icons);
@@ -79,7 +79,7 @@
 									dir, base, NULL);
 
 	if (!g_file_test(filename, G_FILE_TEST_EXISTS)) {
-		debug_printf("Unable to load stock pixmap %s\n", base);
+		g_critical("Unable to load stock pixmap %s\n", base);
 
 		g_free(filename);