diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-07-07 23:25:07 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-07-07 23:39:47 +0800 |
commit | cd76c782bdfdae2efec7ff718fcc85c5559862c2 (patch) | |
tree | 1ca61d6c8c2a8a8496e38bc02656b87d536e940b /shell | |
parent | 90cacf75ddd1eee547777935158674569417c684 (diff) | |
download | gsoc2013-evolution-cd76c782bdfdae2efec7ff718fcc85c5559862c2.tar.gz gsoc2013-evolution-cd76c782bdfdae2efec7ff718fcc85c5559862c2.tar.zst gsoc2013-evolution-cd76c782bdfdae2efec7ff718fcc85c5559862c2.zip |
Miscellaneous cleanups.
Diffstat (limited to 'shell')
-rw-r--r-- | shell/e-shell-window-actions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-window-actions.c b/shell/e-shell-window-actions.c index 937ce5b391..a777417cf4 100644 --- a/shell/e-shell-window-actions.c +++ b/shell/e-shell-window-actions.c @@ -1191,7 +1191,7 @@ static GtkActionEntry shell_gal_view_entries[] = { NULL, N_("Delete Current View"), NULL, - NULL, /* Set in update_view_menu() */ + NULL, /* Set in update_view_menu */ G_CALLBACK (action_gal_delete_view_cb) }, { "gal-save-custom-view", |