[totem] main: Show Totem window when opening new files
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] main: Show Totem window when opening new files
- Date: Wed, 22 Jan 2014 17:47:30 +0000 (UTC)
commit 8ffe655e451e267d6f4c7af89f6cc1635bffdcb9
Author: Bastien Nocera <hadess hadess net>
Date: Wed Jan 22 18:46:16 2014 +0100
main: Show Totem window when opening new files
If we're already opened. The previous thinking was that people
might use this to queue music. That's not so interesting anymore.
https://bugzilla.gnome.org/show_bug.cgi?id=711189
src/totem-options.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/totem-options.c b/src/totem-options.c
index ddc6ad0..71cb305 100644
--- a/src/totem-options.c
+++ b/src/totem-options.c
@@ -202,7 +202,7 @@ totem_options_process_for_server (Totem *totem,
}
/* No commands, no files, show ourselves */
- if (commands == NULL && options->filenames == NULL) {
+ if (commands == NULL) {
totem_object_remote_command (totem, TOTEM_REMOTE_COMMAND_SHOW, NULL);
return;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]