Displaying 2 results from an estimated 2 matches for "krigenator".
2007 Oct 21
0
2 commits - AUTHORS configure.ac data/icons
...gnome.org>
Date: Sun Oct 21 13:36:18 2007 +0200
add Cristian for his logo
diff --git a/AUTHORS b/AUTHORS
index 9b941b6..4c23fee 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,5 +1,6 @@
Andreas Henriksson <andreas at fatal.se>
Benjamin Otte <otte at gnome.org>
+Cristian Grada <krigenator at gmail.com>
David Schleef <ds at schleef.org>
Eric Anholt <eric at anholt.net>
Nguy???n Th??i Ng???c Duy <pclouds at gmail.com>
commit c861aca82e14d14e1ffb7f1828b489fa3a1739e9
Author: Cristian Grada <krigenator at gmail.com>
Date: Sun Oct 21 13:35:46 2007 +0200...
2007 Oct 19
0
4 commits - configure.ac data/.gitignore data/icons data/Makefile.am data/swfdec-gtk.pc.in data/swfdec.pc.in .gitignore Makefile.am player/swfplay.c swfdec-gtk.pc.in swfdec.pc.in
...then \
+ echo "Updating Gtk icon cache."; \
+ $(gtk_update_icon_cache); \
+ else \
+ echo "*** Icon cache not updated. After (un)install, run this:"; \
+ echo "*** $(gtk_update_icon_cache)"; \
+ fi
commit 0f074bc242b61347c297f142b1c627128b5e3dbd
Author: Cris <krigenator at gmail.com>
Date: Fri Oct 19 22:00:03 2007 +0200
add a logo
diff --git a/configure.ac b/configure.ac
index d1f728d..04ada89 100644
--- a/configure.ac
+++ b/configure.ac
@@ -318,6 +318,12 @@ dnl testsuite/Makefile
AC_CONFIG_FILES(
Makefile
data/Makefile
+data/icons/Makefile
+data/ico...