aboutsummaryrefslogtreecommitdiffstats
path: root/embed/print-dialog.c
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2003-12-14 06:04:03 +0800
committerChristian Persch <chpe@src.gnome.org>2003-12-14 06:04:03 +0800
commit0dfeadba7950238d8f31b8a7fd1135e014d133b3 (patch)
treee456e492e9714ef9e2ee89ce8972295ae3aabfe4 /embed/print-dialog.c
parent28d91fc5baa0120da19eb59513c9118898ee2396 (diff)
downloadgsoc2013-epiphany-0dfeadba7950238d8f31b8a7fd1135e014d133b3.tar
gsoc2013-epiphany-0dfeadba7950238d8f31b8a7fd1135e014d133b3.tar.gz
gsoc2013-epiphany-0dfeadba7950238d8f31b8a7fd1135e014d133b3.tar.bz2
gsoc2013-epiphany-0dfeadba7950238d8f31b8a7fd1135e014d133b3.tar.lz
gsoc2013-epiphany-0dfeadba7950238d8f31b8a7fd1135e014d133b3.tar.xz
gsoc2013-epiphany-0dfeadba7950238d8f31b8a7fd1135e014d133b3.tar.zst
gsoc2013-epiphany-0dfeadba7950238d8f31b8a7fd1135e014d133b3.zip
Use stock icon for print setup.
2003-12-13 Christian Persch <chpe@cvs.gnome.org> * embed/print-dialog.c: (ephy_print_setup_dialog_new): * lib/ephy-stock-icons.c: (ephy_stock_icons_init): * lib/ephy-stock-icons.h: * src/ephy-window.c: Use stock icon for print setup.
Diffstat (limited to 'embed/print-dialog.c')
-rwxr-xr-xembed/print-dialog.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/embed/print-dialog.c b/embed/print-dialog.c
index 89306f732..0f90947c1 100755
--- a/embed/print-dialog.c
+++ b/embed/print-dialog.c
@@ -22,6 +22,7 @@
#include "print-dialog.h"
#include "ephy-embed-dialog.h"
#include "ephy-file-chooser.h"
+#include "ephy-stock-icons.h"
#include "eel-gconf-extensions.h"
#include "ephy-debug.h"
@@ -348,7 +349,7 @@ ephy_print_setup_dialog_new (void)
window = ephy_dialog_get_control (dialog, setup_props[SETUP_WINDOW_PROP].id);
icon = gtk_widget_render_icon (window,
- GTK_STOCK_PROPERTIES,
+ STOCK_PRINT_SETUP,
GTK_ICON_SIZE_MENU,
"print_setup_dialog");
gtk_window_set_icon (GTK_WINDOW (window), icon);