[rygel] ui: Update icon path variable name
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel] ui: Update icon path variable name
- Date: Mon, 26 Jul 2010 12:23:16 +0000 (UTC)
commit cdd335f16c3f413b1fd9a13ca5d630979d11afa7
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Mon Jul 26 15:21:19 2010 +0300
ui: Update icon path variable name
src/ui/Makefile.am | 2 +-
src/ui/rygel-preferences-dialog.vala | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/ui/Makefile.am b/src/ui/Makefile.am
index 3ca3f3b..79460a9 100644
--- a/src/ui/Makefile.am
+++ b/src/ui/Makefile.am
@@ -18,7 +18,7 @@ AM_CFLAGS = $(LIBGUPNP_CFLAGS) \
$(LIBSOUP_CFLAGS) \
$(LIBDBUS_GLIB_CFLAGS) \
-I$(top_srcdir) -I$(rygeldir) -DDATA_DIR='"$(shareddir)"' \
- -DICON_DIR='"$(icondir)"' -include config.h
+ -DSMALL_ICON_DIR='"$(icondir)"' -include config.h
bin_PROGRAMS = rygel-preferences
diff --git a/src/ui/rygel-preferences-dialog.vala b/src/ui/rygel-preferences-dialog.vala
index 026f0cc..4e88cae 100644
--- a/src/ui/rygel-preferences-dialog.vala
+++ b/src/ui/rygel-preferences-dialog.vala
@@ -26,7 +26,7 @@ using Gee;
public class Rygel.PreferencesDialog : GLib.Object {
const string UI_FILE = BuildConfig.DATA_DIR + "/rygel-preferences.ui";
const string DIALOG = "preferences-dialog";
- const string ICON = BuildConfig.ICON_DIR + "/rygel.png";
+ const string ICON = BuildConfig.SMALL_ICON_DIR + "/rygel.png";
UserConfig config;
Builder builder;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]