Changeset 8d845d510914c7a2b4f8a23db19cf1cf827b19b2

Show
Ignore:
Timestamp:
01/06/07 23:41:25 (6 years ago)
Author:
Philipp Kern <phil@…>
Parents:
f11f758929667ad23b6163d862573ddc414ec508
Children:
98a570a611271800de3383728fc714ffe8e5f103
git-committer:
Philipp Kern <phil@0x539.de> / 2007-01-06T22:41:25Z+0000
Message:

[project @ Use the right directory to look for pixmaps]

Original author: Philipp Kern <phil@…>
Date: 2005-07-21 15:46:22+00:00

Files:
2 modified

Legend:

Unmodified
Added
Removed
  • Makefile.am

    r8140232 r8d845d5  
    9696if WITH_GNOME 
    9797# GNOME-specific installation. 
     98gobby_CPPFLAGS += -DPIXMAPS_DIR=\""$(datadir)/pixmaps"\" 
    9899appicondir = $(datadir)/pixmaps 
    99100appicon_DATA = contrib/artwork/gobby.png 
  • src/window.cpp

    r3515287 r8d845d5  
    293293#else 
    294294        dlg.set_logo(Gdk::Pixbuf::create_from_file( 
    295                 "/usr/share/pixmaps/gobby.png") ); 
     295                PIXMAPS_DIR"/gobby.png") ); 
    296296#endif 
    297297