diff options
author | infirit <[email protected]> | 2014-05-17 04:20:10 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-09-23 13:31:02 +0200 |
commit | d51892aff7ea9fd49a29e6bc24333753083e798a (patch) | |
tree | 497ffd908a12def5728093a5d54a9e96f0a820fe /shell/ev-window.c | |
parent | 5a584acf7d6034f3e3854377ab883df76b25e9fd (diff) | |
download | atril-d51892aff7ea9fd49a29e6bc24333753083e798a.tar.bz2 atril-d51892aff7ea9fd49a29e6bc24333753083e798a.tar.xz |
Drop support for gtk+ < 2.24
Diffstat (limited to 'shell/ev-window.c')
-rw-r--r-- | shell/ev-window.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/shell/ev-window.c b/shell/ev-window.c index 2a3189d3..58985c03 100644 --- a/shell/ev-window.c +++ b/shell/ev-window.c @@ -4333,9 +4333,6 @@ ev_window_cmd_edit_toolbar (GtkAction *action, EvWindow *ev_window) gtk_dialog_set_default_response (GTK_DIALOG (dialog), GTK_RESPONSE_CLOSE); gtk_container_set_border_width (GTK_CONTAINER (GTK_DIALOG (dialog)), 5); gtk_box_set_spacing (GTK_BOX (content_area), 2); -#if !GTK_CHECK_VERSION (3, 0, 0) - gtk_dialog_set_has_separator (GTK_DIALOG (dialog), FALSE); -#endif gtk_window_set_default_size (GTK_WINDOW (dialog), 500, 400); toolbar = EGG_EDITABLE_TOOLBAR (ev_window->priv->toolbar); |