Peaceseeker

gs 3.14 invisable-dialog patch

Oct 18th, 2014
558
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. --- a/capplet/gsm-app-dialog.c 2012-12-14 17:14:05.000000000 +0000
  2. +++ b/capplet/gsm-app-dialog.c 2014-10-18 17:33:47.052245021 +0100
  3. @@ -250,7 +250,9 @@
  4.  
  5. setup_dialog (dialog);
  6.  
  7. +#if !GTK_CHECK_VERSION (3, 14, 0)
  8. gtk_widget_show_all (GTK_WIDGET (dialog));
  9. +#endif
  10.  
  11. return G_OBJECT (dialog);
  12. }
  13. --- a/capplet/gsm-properties-dialog.c 2013-07-30 20:11:51.000000000 +0100
  14. +++ b/capplet/gsm-properties-dialog.c 2014-10-18 17:34:47.818603439 +0100
  15. @@ -659,7 +659,9 @@
  16.  
  17. setup_dialog (dialog);
  18.  
  19. +#if !GTK_CHECK_VERSION (3, 14, 0)
  20. gtk_widget_show (GTK_WIDGET (dialog));
  21. +#endif
  22.  
  23. return G_OBJECT (dialog);
  24. }
Add Comment
Please, Sign In to add comment