diff options
Diffstat (limited to 'src/ephy-main.c')
-rw-r--r-- | src/ephy-main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-main.c b/src/ephy-main.c index b4e55d63a..dd7b69f55 100644 --- a/src/ephy-main.c +++ b/src/ephy-main.c @@ -641,7 +641,7 @@ main (int argc, /* Get a timestamp manually if need be */ if (user_time == 0) { - user_time = slowly_and_stupidly_obtain_timestamp (gdk_display); + user_time = slowly_and_stupidly_obtain_timestamp (GDK_DISPLAY_XDISPLAY (gdk_display_get_default ())); } /* sets the name to appear in the window list applet when grouping windows */ |