[gnome-photos] dlna-renderers-dialog: Use the correct mode changing API
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos] dlna-renderers-dialog: Use the correct mode changing API
- Date: Fri, 23 Oct 2015 09:48:12 +0000 (UTC)
commit 98cf165f65cc6c68bcb279b0917eff2d3d322d5b
Author: Debarshi Ray <debarshir gnome org>
Date: Fri Oct 23 11:04:43 2015 +0200
dlna-renderers-dialog: Use the correct mode changing API
https://bugzilla.gnome.org/show_bug.cgi?id=732799
src/photos-dlna-renderers-dialog.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/photos-dlna-renderers-dialog.c b/src/photos-dlna-renderers-dialog.c
index a7f2662..054493b 100644
--- a/src/photos-dlna-renderers-dialog.c
+++ b/src/photos-dlna-renderers-dialog.c
@@ -92,7 +92,7 @@ photos_dlna_renderers_dialog_row_activated_cb (PhotosDlnaRenderersDialog *self,
photos_remote_display_manager_set_renderer (priv->remote_mngr, renderer);
photos_remote_display_manager_render (priv->remote_mngr, item);
- photos_mode_controller_set_window_mode (priv->mode_cntrlr, PHOTOS_WINDOW_MODE_OVERVIEW);
+ photos_mode_controller_go_back (priv->mode_cntrlr);
gtk_dialog_response (GTK_DIALOG (self), GTK_RESPONSE_ACCEPT);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]