summaryrefslogtreecommitdiff
path: root/shell/ev-annotation-properties-dialog.c
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-02-01 18:28:19 +0300
committermonsta <[email protected]>2016-02-01 18:28:19 +0300
commit4190ce2680b339c9bfc3d51008811f0b1abb1b9d (patch)
treede22c54c09fb01ec3faf726926abd021d6861f5d /shell/ev-annotation-properties-dialog.c
parent3d33cb3373eaba1615165b8830a19458cd6a7df2 (diff)
downloadatril-4190ce2680b339c9bfc3d51008811f0b1abb1b9d.tar.bz2
atril-4190ce2680b339c9bfc3d51008811f0b1abb1b9d.tar.xz
fix some build warnings
Diffstat (limited to 'shell/ev-annotation-properties-dialog.c')
-rw-r--r--shell/ev-annotation-properties-dialog.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/shell/ev-annotation-properties-dialog.c b/shell/ev-annotation-properties-dialog.c
index 81c1fd95..932a26ff 100644
--- a/shell/ev-annotation-properties-dialog.c
+++ b/shell/ev-annotation-properties-dialog.c
@@ -86,12 +86,9 @@ static void
ev_annotation_properties_dialog_constructed (GObject *object)
{
EvAnnotationPropertiesDialog *dialog = EV_ANNOTATION_PROPERTIES_DIALOG (object);
- GtkWidget *contant_area = gtk_dialog_get_content_area (GTK_DIALOG (dialog));
GtkWidget *table = dialog->table;
GtkWidget *label;
- contant_area = gtk_dialog_get_content_area (GTK_DIALOG (dialog));
-
switch (dialog->annot_type) {
case EV_ANNOTATION_TYPE_TEXT:
label = gtk_label_new (_("Icon:"));