Disabled message about autosave

master
Yevgen Muntyan 2006-06-09 20:20:06 -05:00
parent 9174798646
commit d5582f8b7f
1 changed files with 1 additions and 1 deletions

View File

@ -355,7 +355,7 @@ moo_editor_set_property (GObject *object,
editor->priv->autosave = g_value_get_boolean (value);
g_object_notify (object, "autosave");
do {
static int c = 0;
static int c = 1;
if (!c++)
g_message ("implement Editor::autosave");
} while (0);