[frogr] Use frogr_util_open_uri in _on_picture_button_clicked
- From: Mario Sanchez Prada <msanchez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [frogr] Use frogr_util_open_uri in _on_picture_button_clicked
- Date: Tue, 28 Jun 2011 21:32:55 +0000 (UTC)
commit 252fe7c14b70d9c84cd4f97b22256e933073cbf9
Author: Mario Sanchez Prada <msanchez igalia com>
Date: Tue Jun 28 23:32:14 2011 +0200
Use frogr_util_open_uri in _on_picture_button_clicked
src/frogr-details-dialog.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/frogr-details-dialog.c b/src/frogr-details-dialog.c
index 4d5c13f..5550ba9 100644
--- a/src/frogr-details-dialog.c
+++ b/src/frogr-details-dialog.c
@@ -1004,7 +1004,7 @@ _on_picture_button_clicked (GtkButton *button, gpointer data)
if (image_file == NULL)
return;
- gtk_show_uri (NULL, image_file, GDK_CURRENT_TIME, NULL);
+ frogr_util_open_uri (image_file);
}
static void _dialog_response_cb (GtkDialog *dialog, gint response, gpointer data)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]