diff options
author | raveit65 <[email protected]> | 2018-05-08 16:51:59 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-05-10 21:42:28 +0200 |
commit | c4777b09e3e2b2184895c828c05cb9f1e290fd31 (patch) | |
tree | 9b60d540fad743324f5e96b7078fa01eb4acf3b9 /src/caja-information-panel.c | |
parent | 42e5c91bee1d9f7ae88d291187f6f792c0f36145 (diff) | |
download | caja-c4777b09e3e2b2184895c828c05cb9f1e290fd31.tar.bz2 caja-c4777b09e3e2b2184895c828c05cb9f1e290fd31.tar.xz |
eel-gtk-extensions: replace deprecated gtk_menu_popup function
Diffstat (limited to 'src/caja-information-panel.c')
-rw-r--r-- | src/caja-information-panel.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/caja-information-panel.c b/src/caja-information-panel.c index 51c7e0b4..2ba15deb 100644 --- a/src/caja-information-panel.c +++ b/src/caja-information-panel.c @@ -694,8 +694,6 @@ caja_information_panel_press_event (GtkWidget *widget, GdkEventButton *event) { menu = caja_information_panel_create_context_menu (information_panel); eel_pop_up_context_menu (GTK_MENU(menu), - EEL_DEFAULT_POPUP_MENU_DISPLACEMENT, - EEL_DEFAULT_POPUP_MENU_DISPLACEMENT, event); } return TRUE; |