gnoemoe/dialogs/gm-open-world-dialog.c: close dialog on world activation

gnoemoe/widgets/gm-text-scroller.c: removed debug message
po/POTFILES.in: added gm-mcp-icecrew-userlist.c
po/nl.po: added translation
This commit is contained in:
Jesse van den Kieboom 2006-04-01 14:33:09 +00:00
parent b8d42587e1
commit a01dfd5d0e
4 changed files with 13 additions and 6 deletions

View File

@ -143,4 +143,7 @@ on_gm_open_world_dialog_tree_view_worlds_row_activated(
if (world) {
gm_world_load(world);
}
gtk_dialog_response(GTK_DIALOG(gm_open_world_dialog_instance->dialog),
GTK_RESPONSE_CLOSE);
}

View File

@ -233,9 +233,7 @@ on_gm_text_scroller_text_view_size_allocate(GtkWidget *widget,
// Ensure the end scroll for large texts
scroller->priv->idle_handler = g_idle_add((GSourceFunc)
gm_text_scroller_scroll_end_idle, scroller);
}
} else {
GM_DEBUG("Size allocate");
}
}
scroller->priv->allocation = *allocation;

View File

@ -24,6 +24,7 @@ gnoemoe/widgets/gm-world-text-view.c
gnoemoe/widgets/gm-worlds-view.c
gnoemoe/mcp/gm-mcp-userlist-view.c
gnoemoe/mcp/gm-mcp-icecrew-userlist.c
gnoemoe/parser/parser.y

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gnoemoe 0.8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-03-31 22:30+0200\n"
"POT-Creation-Date: 2006-04-01 02:12+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Jesse van den Kieboom <jesse@icecrew.nl>\n"
"Language-Team: Dutch <NL@li.org>\n"
@ -485,6 +485,7 @@ msgid "No longer idle"
msgstr "Niet langer inactief"
#: ../gnoemoe/dialogs/gm-triggers-dialog.c:132
#: ../gnoemoe/mcp/gm-mcp-icecrew-userlist.c:950
msgid "Away"
msgstr "Afwezig"
@ -1027,14 +1028,18 @@ msgid "Logo"
msgstr "Logo"
#: ../gnoemoe/widgets/gm-worlds-view.c:141
#: ../gnoemoe/mcp/gm-mcp-userlist-view.c:88
#: ../gnoemoe/mcp/gm-mcp-userlist-view.c:98
msgid "Name"
msgstr "Naam"
#: ../gnoemoe/mcp/gm-mcp-userlist-view.c:82
#: ../gnoemoe/mcp/gm-mcp-userlist-view.c:92
msgid "I"
msgstr "I"
#: ../gnoemoe/mcp/gm-mcp-icecrew-userlist.c:952
msgid "Busy"
msgstr "Bezig"
#: ../gnoemoe/parser/parser.y:306
msgid "Unreachable EXCEPT clause"
msgstr "Onbereikbare EXCEPT clause"