summaryrefslogtreecommitdiff
path: root/src/totem-options.c
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2014-01-22 18:46:16 +0100
committerBastien Nocera <hadess@hadess.net>2014-01-22 18:46:16 +0100
commit8ffe655e451e267d6f4c7af89f6cc1635bffdcb9 (patch)
treed0ff68bfcdce822812a6dac4b89204f4aba81c40 /src/totem-options.c
parentb113b3b3c94a551916b4c05784219557a20f4f58 (diff)
downloadtotem-8ffe655e451e267d6f4c7af89f6cc1635bffdcb9.tar.gz
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
Diffstat (limited to 'src/totem-options.c')
-rw-r--r--src/totem-options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/totem-options.c b/src/totem-options.c
index ddc6ad0bf..71cb305a6 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;
}