summaryrefslogtreecommitdiff
path: root/examples/plugman.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2016-10-09 02:32:00 +0200
committerBenjamin Otte <otte@redhat.com>2016-10-16 18:18:58 +0200
commit4df6ddad54d2cb6ebfdcbf2b6fee35ec4fa760b9 (patch)
tree0d6d46d38a70de6930e51d279c0eb50265a0a203 /examples/plugman.c
parent1518fe0a8f0a973f013e21c185f38111d69d6ac7 (diff)
downloadgtk+-4df6ddad54d2cb6ebfdcbf2b6fee35ec4fa760b9.tar.gz
API: container: Remove gtk_container_set_border_width()
Diffstat (limited to 'examples/plugman.c')
-rw-r--r--examples/plugman.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/plugman.c b/examples/plugman.c
index 04f0029367..82006d60e6 100644
--- a/examples/plugman.c
+++ b/examples/plugman.c
@@ -338,7 +338,6 @@ configure_plugins (GSimpleAction *action,
gtk_builder_add_from_string (builder,
"<interface>"
" <object class='GtkDialog' id='plugin-dialog'>"
- " <property name='border-width'>12</property>"
" <property name='title'>Plugins</property>"
" <child internal-child='vbox'>"
" <object class='GtkBox' id='content-area'>"