-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove icon install bits Add icons to SUBDIRS
2007-08-06 Rodney Dawes <[email protected]> * Makefile.am: Remove icon install bits Add icons to SUBDIRS * configure.in: Create Makefiles for icons subdirectories * ghex.desktop.in: Use ghex as the Icon instead of gnome-ghex.png * gnome-ghex.png: Replaced with udpated style icons * icons: Add new icons subdir with icons and automake files New icon original from Matteo Drera <[email protected]> * src/main.c (main): Set the default window icon from the theme rather than a hardcoded path to the old gnome-ghex.png Fixes #405331 svn path=/trunk/; revision=1132
- Loading branch information
Showing
21 changed files
with
1,588 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
2007-08-06 Rodney Dawes <[email protected]> | ||
|
||
* Makefile.am: Remove icon install bits | ||
Add icons to SUBDIRS | ||
|
||
* configure.in: Create Makefiles for icons subdirectories | ||
|
||
* ghex.desktop.in: Use ghex as the Icon instead of gnome-ghex.png | ||
|
||
* gnome-ghex.png: Replaced with udpated style icons | ||
|
||
* icons: Add new icons subdir with icons and automake files | ||
New icon original from Matteo Drera <[email protected]> | ||
|
||
* src/main.c (main): Set the default window icon from the theme | ||
rather than a hardcoded path to the old gnome-ghex.png | ||
|
||
Fixes #405331 | ||
|
||
2007-08-03 Rodney Dawes <[email protected]> | ||
|
||
* ghex.spec: Remove from version control as it is autogenerated | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
|
||
size = 16x16 | ||
|
||
iconsdir = $(datadir)/icons/hicolor/$(size)/apps | ||
|
||
icons_DATA = \ | ||
ghex.png | ||
|
||
EXTRA_DIST = \ | ||
$(icons_DATA) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.