* update TODO, cosmetics

This commit is contained in:
Dirk-Jan C. Binnema
2010-11-03 23:28:06 +02:00
parent df57723ec7
commit f93b6ecbbd
2 changed files with 4 additions and 3 deletions

View File

@ -67,7 +67,7 @@ on_tool_button_clicked (GtkToolButton *btn, MugData *mugdata)
action = (ToolAction)GPOINTER_TO_UINT(g_object_get_data(G_OBJECT(btn),
"action"));
switch (action) {
case ACTION_DO_QUIT:
gtk_main_quit();
break;