[nautilus/wip/apoos-maximus/gsoc2020: 59/73] properties-window: Stop setting the help-uri data




commit 02c29a8025e026437233826494b7cbb9eeb975d1
Author: Apoorv Sachan <apoorv 99 sachan gmail com>
Date:   Sat Jul 11 03:47:53 2020 +0530

    properties-window: Stop setting the help-uri data
    
    traditionally open-with page use to have a help button
    but over time with design changes the help button has
    been dropped, so setting "help-uri" data is not required
    anymore.

 src/nautilus-properties-window.c | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/src/nautilus-properties-window.c b/src/nautilus-properties-window.c
index ec78a4b0a..1eb55b22f 100644
--- a/src/nautilus-properties-window.c
+++ b/src/nautilus-properties-window.c
@@ -4577,7 +4577,6 @@ create_open_with_page (NautilusPropertiesWindow *window)
     gtk_widget_show_all (window->open_with_box);
     g_free (mime_type);
     g_list_free (files);
-    g_object_set_data_full (G_OBJECT (vbox), "help-uri", g_strdup ("help:gnome-help/files-open"), g_free);
 }
 
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]