GConf support.
[speedometer] / main.c
diff --git a/main.c b/main.c
index 82c24c8..dd85ac2 100644 (file)
--- a/main.c
+++ b/main.c
@@ -40,7 +40,7 @@ int main(int argc, char** argv) {
        load_images(appdata);
 
        // set display to 000
-       reset_speed(appdata);
+       load_initial_pixbufs(appdata);
 
        // create ui structure
        create_ui(appdata);
@@ -52,6 +52,8 @@ int main(int argc, char** argv) {
 
        g_thread_init(NULL);
 
+       show_postcard_dialog();
+
        //g_idle_add(randomize, appdata);
 
        start_gps(appdata);