dfed0c109d
Interesting changelog entries: * underlying mime-type system was rewritten from scratch * memory usage was reduced * FAM-related bugs were fixed * UI was slightly improved
13 lines
412 B
Plaintext
13 lines
412 B
Plaintext
$OpenBSD: patch-src_pref-dialog_c,v 1.1 2008/02/04 09:29:22 ajacoutot Exp $
|
|
--- src/pref-dialog.c.orig Fri Feb 1 06:07:16 2008
|
|
+++ src/pref-dialog.c Sun Feb 3 21:40:07 2008
|
|
@@ -26,7 +26,7 @@
|
|
#include "settings.h"
|
|
|
|
#if 0
|
|
-static const char theme_dir[] = "/usr/share/icons";
|
|
+static const char theme_dir[] = "!!LOCALBASE!!/share/icons";
|
|
|
|
gboolean is_theme_compatible_with_gnome( const char* theme_name )
|
|
{
|