aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-dialog.c
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-02-22 03:56:05 +0800
committerChristian Persch <chpe@src.gnome.org>2004-02-22 03:56:05 +0800
commit9769c362388c9bbd6ea9fdcce1307cfca244968d (patch)
tree5344a9f0d0ace72f58b597564b9cee325bd66b4a /lib/ephy-dialog.c
parent673265cb70d4fa9bda08ef6d15719529280860bc (diff)
downloadgsoc2013-epiphany-9769c362388c9bbd6ea9fdcce1307cfca244968d.tar
gsoc2013-epiphany-9769c362388c9bbd6ea9fdcce1307cfca244968d.tar.gz
gsoc2013-epiphany-9769c362388c9bbd6ea9fdcce1307cfca244968d.tar.bz2
gsoc2013-epiphany-9769c362388c9bbd6ea9fdcce1307cfca244968d.tar.lz
gsoc2013-epiphany-9769c362388c9bbd6ea9fdcce1307cfca244968d.tar.xz
gsoc2013-epiphany-9769c362388c9bbd6ea9fdcce1307cfca244968d.tar.zst
gsoc2013-epiphany-9769c362388c9bbd6ea9fdcce1307cfca244968d.zip
Always connect signals, not just for PT_AUTOAPPLY props.
2004-02-21 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-dialog.c: (connect_signals): Always connect signals, not just for PT_AUTOAPPLY props.
Diffstat (limited to 'lib/ephy-dialog.c')
-rw-r--r--lib/ephy-dialog.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/ephy-dialog.c b/lib/ephy-dialog.c
index 8aa163595..5013281ef 100644
--- a/lib/ephy-dialog.c
+++ b/lib/ephy-dialog.c
@@ -819,8 +819,6 @@ connect_signals (gpointer key, PropertyInfo *info, EphyDialog *dialog)
g_return_if_fail (info->widget != NULL);
- if (info->apply_type != PT_AUTOAPPLY) return;
-
switch (info->widget_type)
{
case PT_TOGGLEBUTTON:
@@ -853,7 +851,6 @@ connect_signals (gpointer key, PropertyInfo *info, EphyDialog *dialog)
G_CALLBACK (changed_cb), info);
break;
case PT_UNKNOWN:
- g_warning ("Unsupported widget type\n");
break;
}
}