Changeset 8d845d510914c7a2b4f8a23db19cf1cf827b19b2
- 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:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r8140232
|
r8d845d5
|
|
| 96 | 96 | if WITH_GNOME |
| 97 | 97 | # GNOME-specific installation. |
| | 98 | gobby_CPPFLAGS += -DPIXMAPS_DIR=\""$(datadir)/pixmaps"\" |
| 98 | 99 | appicondir = $(datadir)/pixmaps |
| 99 | 100 | appicon_DATA = contrib/artwork/gobby.png |
-
|
r3515287
|
r8d845d5
|
|
| 293 | 293 | #else |
| 294 | 294 | dlg.set_logo(Gdk::Pixbuf::create_from_file( |
| 295 | | "/usr/share/pixmaps/gobby.png") ); |
| | 295 | PIXMAPS_DIR"/gobby.png") ); |
| 296 | 296 | #endif |
| 297 | 297 | |