diff options
author | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-09-03 02:56:05 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-09-03 02:56:05 +0800 |
commit | d440df54a8a719d6da8f9d6556e1191bfdb38924 (patch) | |
tree | 90fb594c56df5ff9f0938cc4439174d525a54538 /shell/e-shell-window-commands.c | |
parent | 19e564f320e368e4b8f4f6c238158960380bba71 (diff) | |
download | gsoc2013-evolution-d440df54a8a719d6da8f9d6556e1191bfdb38924.tar.gz gsoc2013-evolution-d440df54a8a719d6da8f9d6556e1191bfdb38924.tar.zst gsoc2013-evolution-d440df54a8a719d6da8f9d6556e1191bfdb38924.zip |
** Fix for bug #471791 (Move away from asserts to g_ret*)
svn path=/trunk/; revision=34159
Diffstat (limited to 'shell/e-shell-window-commands.c')
-rw-r--r-- | shell/e-shell-window-commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-window-commands.c b/shell/e-shell-window-commands.c index 7d75517786..e2b6fc94f1 100644 --- a/shell/e-shell-window-commands.c +++ b/shell/e-shell-window-commands.c @@ -837,7 +837,7 @@ update_offline_menu_item (EShellWindow *shell_window, break; default: - g_assert_not_reached (); + g_return_if_reached(); } } |