[eog] Decrease the fullscreen toolbar timeout to 2 seconds
- From: Claudio Saavedra <csaavedra src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [eog] Decrease the fullscreen toolbar timeout to 2 seconds
- Date: Tue, 30 Aug 2011 16:43:43 +0000 (UTC)
commit eb8e0e991ef6b47af8fdc629cbc282b93fbcf6d4
Author: Claudio Saavedra <csaavedra igalia com>
Date: Tue Aug 30 19:27:02 2011 +0300
Decrease the fullscreen toolbar timeout to 2 seconds
This is what popular fullscreen multimedia applications use,
so let's give it a try.
src/eog-window.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/eog-window.c b/src/eog-window.c
index 55246b1..103b3b1 100644
--- a/src/eog-window.c
+++ b/src/eog-window.c
@@ -92,7 +92,7 @@ G_DEFINE_TYPE (EogWindow, eog_window, GTK_TYPE_WINDOW);
#define EOG_WINDOW_DEFAULT_WIDTH 540
#define EOG_WINDOW_DEFAULT_HEIGHT 450
-#define EOG_WINDOW_FULLSCREEN_TIMEOUT 5 * 1000
+#define EOG_WINDOW_FULLSCREEN_TIMEOUT 2 * 1000
#define EOG_WINDOW_FULLSCREEN_POPUP_THRESHOLD 5
#define EOG_RECENT_FILES_GROUP "Graphics"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]