mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
2338b8ba19
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
14 lines
547 B
Diff
14 lines
547 B
Diff
diff -Naur grip-4.2.3/src/grip.c grip-4.2.3.patched/src/grip.c
|
|
--- grip-4.2.3/src/grip.c 2021-07-07 13:53:25.000000000 -0400
|
|
+++ grip-4.2.3.patched/src/grip.c 2021-12-13 14:10:40.912094097 -0500
|
|
@@ -370,6 +370,10 @@
|
|
screen = gtk_widget_get_screen (widget);
|
|
|
|
gtk_show_uri(screen, "ghelp:grip", gtk_get_current_event_time(), &error);
|
|
+ if(error != NULL) {
|
|
+ error = NULL;
|
|
+ gtk_show_uri(screen, "file:///usr/doc/grip-" VERSION "/html/grip.html", gtk_get_current_event_time(), &error);
|
|
+ }
|
|
|
|
if (error != NULL) {
|
|
GtkWidget *d;
|