summaryrefslogtreecommitdiffstats
path: root/src/extension
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2012-04-30 23:08:33 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2012-04-30 23:08:33 +0000
commit7a38f66b0aefb8da58dd26ec51e4de53e8d1cf95 (patch)
treeefe8370f02cbc6114d100c63ebbc24ad30893bcb /src/extension
parentgtkmm-3.0 changes for Gtk::Adjustment (diff)
downloadinkscape-7a38f66b0aefb8da58dd26ec51e4de53e8d1cf95.tar.gz
inkscape-7a38f66b0aefb8da58dd26ec51e4de53e8d1cf95.zip
Fix typos in Gtk3 fixes, and fix separator API usage
(bzr r11309)
Diffstat (limited to 'src/extension')
-rw-r--r--src/extension/internal/pdf-input-cairo.cpp1
-rw-r--r--src/extension/internal/pdfinput/pdf-input.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/extension/internal/pdf-input-cairo.cpp b/src/extension/internal/pdf-input-cairo.cpp
index e56b7afa8..5cb4f96c3 100644
--- a/src/extension/internal/pdf-input-cairo.cpp
+++ b/src/extension/internal/pdf-input-cairo.cpp
@@ -241,7 +241,6 @@ PdfImportCairoDialog::PdfImportCairoDialog(PopplerDocument *doc)
this->property_window_position().set_value(Gtk::WIN_POS_NONE);
this->set_resizable(true);
this->property_destroy_with_parent().set_value(false);
- this->set_has_separator(true);
this->add_action_widget(*cancelbutton, -6);
this->add_action_widget(*okbutton, -5);
cancelbutton->show();
diff --git a/src/extension/internal/pdfinput/pdf-input.cpp b/src/extension/internal/pdfinput/pdf-input.cpp
index 47f91e7b2..d4fc6a8a2 100644
--- a/src/extension/internal/pdfinput/pdf-input.cpp
+++ b/src/extension/internal/pdfinput/pdf-input.cpp
@@ -257,7 +257,6 @@ PdfImportDialog::PdfImportDialog(PDFDoc *doc, const gchar */*uri*/)
this->property_window_position().set_value(Gtk::WIN_POS_NONE);
this->set_resizable(true);
this->property_destroy_with_parent().set_value(false);
- this->set_has_separator(true);
this->add_action_widget(*cancelbutton, -6);
this->add_action_widget(*okbutton, -5);
cancelbutton->show();