Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ev-view.c')
-rw-r--r--shell/ev-view.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/shell/ev-view.c b/shell/ev-view.c
index 99f0741..a7641f8 100644
--- a/shell/ev-view.c
+++ b/shell/ev-view.c
@@ -4743,8 +4743,10 @@ ev_view_primary_get_cb (GtkClipboard *clipboard,
}
text = get_selected_text (ev_view);
- gtk_selection_data_set_text (selection_data, text, -1);
- g_free (text);
+ if (text) {
+ gtk_selection_data_set_text (selection_data, text, -1);
+ g_free (text);
+ }
}
static void