diff options
author | B. Watson <yalhcru@gmail.com> | 2017-02-27 01:37:35 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-04 07:26:33 +0700 |
commit | 33b2839bd38e4605be984b7b8def76d107d59cd8 (patch) | |
tree | a909b1b1978d21c2d2ff1d00c9ba45589b158543 /desktop/wmcliphist/gtk_assert.diff | |
parent | 620f343cae246dacb52d38f0fe780eaef82e24b0 (diff) |
desktop/wmcliphist: Updated for version 2.1.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'desktop/wmcliphist/gtk_assert.diff')
-rw-r--r-- | desktop/wmcliphist/gtk_assert.diff | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/desktop/wmcliphist/gtk_assert.diff b/desktop/wmcliphist/gtk_assert.diff new file mode 100644 index 0000000000000..564828eaa2586 --- /dev/null +++ b/desktop/wmcliphist/gtk_assert.diff @@ -0,0 +1,22 @@ +diff -Naur dockapps/gui.c dockapps.patched/gui.c +--- dockapps/gui.c 2017-02-25 03:58:36.637396483 -0500 ++++ dockapps.patched/gui.c 2017-02-25 04:04:34.568392242 -0500 +@@ -173,7 +173,6 @@ + history_items = g_list_remove_link(history_items, list_node); + gtk_container_remove(GTK_CONTAINER(hist_item->menu), + hist_item->menu_item); +- gtk_widget_destroy(hist_item->menu_item); + g_free(hist_item->content); + g_free(hist_item); + g_list_free_1(list_node); +diff -Naur dockapps/history.c dockapps.patched/history.c +--- dockapps/history.c 2014-11-23 09:59:59.000000000 -0500 ++++ dockapps.patched/history.c 2017-02-25 04:12:31.276386594 -0500 +@@ -362,7 +362,6 @@ + hist_item = (HISTORY_ITEM *)list_node->data; + gtk_container_remove(GTK_CONTAINER(hist_item->menu), + hist_item->menu_item); +- gtk_widget_destroy(hist_item->menu_item); + g_free(hist_item->content); + g_free(hist_item); + list_node = g_list_previous(list_node); |