[Xfce4-commits] [thunar-plugins/thunar-media-tags-plugin] 07/10: Drop gtk_dialog_set_has_separator
noreply at xfce.org
noreply at xfce.org
Thu Nov 2 23:59:25 CET 2017
This is an automated email from the git hooks/post-receive script.
a n d r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository thunar-plugins/thunar-media-tags-plugin.
commit 9914e0489da5939ca92f159bfdc3d6c2cad3c8ba
Author: Andre Miranda <andreldm at xfce.org>
Date: Thu Nov 2 19:40:37 2017 -0300
Drop gtk_dialog_set_has_separator
---
thunar-plugin/audio-tags-page.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/thunar-plugin/audio-tags-page.c b/thunar-plugin/audio-tags-page.c
index 2bd251b..f299b99 100644
--- a/thunar-plugin/audio-tags-page.c
+++ b/thunar-plugin/audio-tags-page.c
@@ -565,7 +565,6 @@ audio_tags_page_dialog_new (GtkWindow *window,
NULL);
gtk_dialog_set_default_response (GTK_DIALOG (dialog), GTK_RESPONSE_OK);
- gtk_dialog_set_has_separator (GTK_DIALOG (dialog), FALSE);
/* Add page to the dialog */
gtk_container_add (GTK_CONTAINER (gtk_dialog_get_content_area (GTK_DIALOG (dialog))), GTK_WIDGET (page));
@@ -986,8 +985,6 @@ audio_tags_page_info_activate (GtkAction *action,
GTK_RESPONSE_CLOSE,
NULL);
- gtk_dialog_set_has_separator (GTK_DIALOG (dialog), FALSE);
-
/* Retrieve audio information */
properties = taglib_file_audioproperties (page->taglib_file);
length = g_strdup_printf (_("%d:%02d Minutes"), taglib_audioproperties_length (properties) / 60, taglib_audioproperties_length (properties) % 60);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list