]> www.fi.muni.cz Git - evince.git/blobdiff - libdocument/ev-debug.c
Updated assamese translations
[evince.git] / libdocument / ev-debug.c
index 911521bcc986387a473a27e821d38d81a93e9a5f..c6918e7be6494730ff1bf83e3efd18feea7c88bc 100644 (file)
@@ -65,11 +65,10 @@ profile_init ()
        if (g_getenv ("EV_PROFILE") != NULL) {
                /* enable all profiling */
                ev_profile = ~EV_NO_PROFILE;
-               return;
-       }       
-
-       if (g_getenv ("EV_PROFILE_JOBS") != NULL)
-               ev_profile |= EV_PROFILE_JOBS;
+       } else {
+               if (g_getenv ("EV_PROFILE_JOBS") != NULL)
+                       ev_profile |= EV_PROFILE_JOBS;
+       }
 
        if (ev_profile) {
                timers = g_hash_table_new_full (g_str_hash,
@@ -80,14 +79,14 @@ profile_init ()
 }
 
 void
-ev_debug_init ()
+_ev_debug_init ()
 {
        debug_init ();
        profile_init ();
 }
 
 void
-ev_debug_shutdown ()
+_ev_debug_shutdown ()
 {
        if (timers) {
                g_hash_table_destroy (timers);