summaryrefslogtreecommitdiff
path: root/src/caja-information-panel.c
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-05-08 16:51:59 +0200
committerraveit65 <[email protected]>2018-05-10 21:42:28 +0200
commitc4777b09e3e2b2184895c828c05cb9f1e290fd31 (patch)
tree9b60d540fad743324f5e96b7078fa01eb4acf3b9 /src/caja-information-panel.c
parent42e5c91bee1d9f7ae88d291187f6f792c0f36145 (diff)
downloadcaja-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.c2
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;