[gthumb] removed the tooltip from the importer destination button



commit cc06c6f10cfa1c8c70f991b59e2fa9d71b1bf9d1
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Thu Aug 5 00:02:59 2010 +0200

    removed the tooltip from the importer destination button

 .../importer/gth-import-destination-button.c       |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/extensions/importer/gth-import-destination-button.c b/extensions/importer/gth-import-destination-button.c
index cfae299..433e29d 100644
--- a/extensions/importer/gth-import-destination-button.c
+++ b/extensions/importer/gth-import-destination-button.c
@@ -69,8 +69,6 @@ gth_import_destination_button_init (GthImportDestinationButton *self)
 
 	self->priv = G_TYPE_INSTANCE_GET_PRIVATE (self, GTH_TYPE_IMPORT_DESTINATION_BUTTON, GthImportDestinationButtonPrivate);
 
-	gtk_widget_set_tooltip_text (GTK_WIDGET (self), _("Click to change the destination or the automatic subfolder"));
-
 	box = gtk_hbox_new (FALSE, 6);
 	gtk_widget_show (box);
 	gtk_container_add (GTK_CONTAINER (self), box);



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