]> www.fi.muni.cz Git - evince.git/blobdiff - libdocument/ev-debug.c
[dualscreen] fix crash on ctrl+w and fix control window closing
[evince.git] / libdocument / ev-debug.c
index 48cbf5dda5418b6232e99d6c744ea075014aa7f3..4750c9d377d827c3b85574749c020c2000ebf0f2 100644 (file)
@@ -18,8 +18,8 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, 
- * Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
  */
  
 /*
@@ -79,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);