Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gfpm.git;a=commitdiff;h=de7abbeb20940f54331cd3498e65d16800a78d81

commit de7abbeb20940f54331cd3498e65d16800a78d81
Author: Priyank <priy...@frugalware.org>
Date:   Fri Jul 10 13:08:46 2009 +0530

gfpm_update_iconcache() should only be present if iconcache monitor is enabled

diff --git a/src/gfpm-util.c b/src/gfpm-util.c
index 3b7e9ca..dff3de5 100644
--- a/src/gfpm-util.c
+++ b/src/gfpm-util.c
@@ -86,6 +86,7 @@ gfpm_check_if_package_updatable (const gchar *package)
return ret;
}

+#ifdef HAVE_ICMONITOR
void
gfpm_update_iconcache (void)
{
@@ -99,6 +100,7 @@ gfpm_update_iconcache (void)

return;
}
+#endif

gchar *
gfpm_convert_to_utf8 (const char *str)
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to