aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/publish-calendar/publish-calendar.c
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2014-02-13 16:09:21 +0800
committerMilan Crha <mcrha@redhat.com>2014-02-13 16:09:21 +0800
commit55557b13d2111c5728078e4866da77140ace960b (patch)
tree0fd957e6c2cd07893e321ec7c7b4350830715d2b /plugins/publish-calendar/publish-calendar.c
parentb48e21d9aa7eb16e559739b71b9d08f90dfa92be (diff)
downloadgsoc2013-evolution-55557b13d2111c5728078e4866da77140ace960b.tar
gsoc2013-evolution-55557b13d2111c5728078e4866da77140ace960b.tar.gz
gsoc2013-evolution-55557b13d2111c5728078e4866da77140ace960b.tar.bz2
gsoc2013-evolution-55557b13d2111c5728078e4866da77140ace960b.tar.lz
gsoc2013-evolution-55557b13d2111c5728078e4866da77140ace960b.tar.xz
gsoc2013-evolution-55557b13d2111c5728078e4866da77140ace960b.tar.zst
gsoc2013-evolution-55557b13d2111c5728078e4866da77140ace960b.zip
Do not use "dialog-apply" icon and make EStockRequest fool-proof
The "dialog-apply" icon is not from a set of standard icons, thus it cannot be used, which I overlooked yesterday. With its drop are also dropped other button icons in itip-formatter. The missing icon made EStockRequest "panic" which effectively broke page rendering for WebKit - the rendering was never finished.
Diffstat (limited to 'plugins/publish-calendar/publish-calendar.c')
-rw-r--r--plugins/publish-calendar/publish-calendar.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/publish-calendar/publish-calendar.c b/plugins/publish-calendar/publish-calendar.c
index 455c34a503..fcaa5098fe 100644
--- a/plugins/publish-calendar/publish-calendar.c
+++ b/plugins/publish-calendar/publish-calendar.c
@@ -932,8 +932,6 @@ publish_calendar_locations (EPlugin *epl,
gtk_widget_set_sensitive (GTK_WIDGET (ui->url_edit), FALSE);
gtk_widget_set_sensitive (GTK_WIDGET (ui->url_remove), FALSE);
gtk_widget_set_sensitive (GTK_WIDGET (ui->url_enable), FALSE);
-
- gtk_button_set_image (GTK_BUTTON (ui->url_enable), gtk_image_new_from_icon_name ("dialog-apply", GTK_ICON_SIZE_BUTTON));
gtk_button_set_use_underline (GTK_BUTTON (ui->url_enable), TRUE);
l = publish_uris;