ui: Update icon path variable name
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Mon, 26 Jul 2010 12:21:19 +0000 (15:21 +0300)
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Mon, 26 Jul 2010 12:21:19 +0000 (15:21 +0300)
src/ui/Makefile.am
src/ui/rygel-preferences-dialog.vala

index 3ca3f3b..79460a9 100644 (file)
@@ -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
 
index 026f0cc..4e88cae 100644 (file)
@@ -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;