Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf
diff options
context:
space:
mode:
authorMartin Kretzschmar <mkretzschmar@src.gnome.org>2003-02-15 17:27:05 (GMT)
committer Martin Kretzschmar <mkretzschmar@src.gnome.org>2003-02-15 17:27:05 (GMT)
commit074eb67d6cb4373daf6110acc3f0373f8be925db (patch)
tree0511d28d70aee2db38a97a5cd772b3c9fe3bcd71 /pdf
parente9705183293f22e3a45dd59ba3df42d1c5a77dd8 (diff)
new. register gpdf-zoom-fit-width stock icon with a GtkIconFactory
* xpdf/gpdf-stock-icons.h, xpdf/gpdf-stock-icons.c: new. register gpdf-zoom-fit-width stock icon with a GtkIconFactory * xpdf/fitwidth.png: redone in 24x24pix instead of 26x26, based on gtk's zoom-out stock icon and the original fitwidth.png * xpdf/gpdf-control.cc (gc_set_ui_container): s/gc_set_ui_pixbufs/ gc_ui_set_pixbufs/ (gc_ui_set_pixbufs): rewrite to use stock icon machinery, let it do the correct scaling * xpdf/bonobo-application-x-pdf.cc (main): init our stock icons * xpdf/Makefile.am (gnome_pdf_viewer_SOURCES): add gpdf-stock-icons.[ch]
Diffstat (limited to 'pdf')
-rw-r--r--pdf/xpdf/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/pdf/xpdf/Makefile.am b/pdf/xpdf/Makefile.am
index e37d6f3..dbaa4e4 100644
--- a/pdf/xpdf/Makefile.am
+++ b/pdf/xpdf/Makefile.am
@@ -116,6 +116,8 @@ gnome_pdf_viewer_SOURCES = \
gpdf-g-switch.h \
gpdf-persist-stream.cc \
gpdf-persist-stream.h \
+ gpdf-stock-icons.c \
+ gpdf-stock-icons.h \
gpdf-util.h \
gpdf-view.cc \
gpdf-view.h \