Browse Source

update submodule ref

sisyphus
Dustin Falgout 9 years ago
parent
commit
c4e177b806
  1. 2
      src/lightdm-webkit2-greeter.c
  2. 2
      themes/antergos

2
src/lightdm-webkit2-greeter.c

@ -283,7 +283,7 @@ main(int argc, char **argv) {
webkit_web_view_set_background_color(WEBKIT_WEB_VIEW(web_view), gdk_rgba_copy(&bg_color));
/* Disable the context (right-click) menu. */
g_signal_connect(web_view, "context-menu", G_CALLBACK(context_menu_cb), NULL);
//g_signal_connect(web_view, "context-menu", G_CALLBACK(context_menu_cb), NULL);
/* There's no turning back now, let's go! */
gtk_container_add(GTK_CONTAINER(window), web_view);

2
themes/antergos

@ -1 +1 @@
Subproject commit 0eb1dead52062f9691b4d68c30ec4e35c418265d
Subproject commit 78e51e9b599e940001b9079ece5d71d6cb90839d
Loading…
Cancel
Save