* don't include gtk2, hildon in DIST_SUBDIRS
authorDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Wed, 9 Aug 2006 13:22:33 +0000 (13:22 +0000)
committerDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Wed, 9 Aug 2006 13:22:33 +0000 (13:22 +0000)
* cosmetics

pmo-trunk-r471

src/Makefile.am
src/modest-widget-memory.c

index 69a8ef5..10c64b2 100644 (file)
@@ -2,7 +2,7 @@
 # Makefile.am
 # Time-stamp: <2006-07-24 11:11:09 (djcb)>
 SUBDIRS=$(MODEST_PLATFORM_DIR) widgets
 # Makefile.am
 # Time-stamp: <2006-07-24 11:11:09 (djcb)>
 SUBDIRS=$(MODEST_PLATFORM_DIR) widgets
-DIST_SUBDIRS = widgets gtk gtk2 hildon
+DIST_SUBDIRS = widgets gtk
 
 INCLUDES=\
        $(MODEST_GSTUFF_CFLAGS)\
 
 INCLUDES=\
        $(MODEST_GSTUFF_CFLAGS)\
index 6950670..96ee893 100644 (file)
@@ -109,7 +109,7 @@ save_settings_window (ModestConf *conf, GtkWindow *win, const gchar *name)
        key = get_keyname (conf, name, PARAM_WIDTH);
        modest_conf_set_int (conf, key, width, NULL);
        g_free (key);
        key = get_keyname (conf, name, PARAM_WIDTH);
        modest_conf_set_int (conf, key, width, NULL);
        g_free (key);
-
+       
        return TRUE;
 }
 
        return TRUE;
 }