[bijiben] src: add explicit code for missing case
- From: Jonathan Kang <jonathankang src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [bijiben] src: add explicit code for missing case
- Date: Mon, 22 May 2017 09:07:25 +0000 (UTC)
commit 2b7386a485ea4bef81d5246d96e6f19f71784f0e
Author: Iñigo Martínez <inigomartinez gmail com>
Date: Tue May 9 15:26:12 2017 +0200
src: add explicit code for missing case
The BJB_WINDOW_BASE_NO_VIEW case was covered by the default code. It
has been added explicitly.
https://bugzilla.gnome.org/show_bug.cgi?id=771225
src/bjb-window-base.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/bjb-window-base.c b/src/bjb-window-base.c
index 85880c8..0ce44ba 100644
--- a/src/bjb-window-base.c
+++ b/src/bjb-window-base.c
@@ -548,6 +548,7 @@ bjb_window_base_switch_to (BjbWindowBase *self, BjbWindowViewType type)
break;
+ case BJB_WINDOW_BASE_NO_VIEW:
default:
return;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]