From 99c7931588e047db24b6c3bbfbcdcd462aa7763c Mon Sep 17 00:00:00 2001 From: hiro Date: Thu, 2 Feb 2006 06:24:28 +0000 Subject: don't enable trayicon action if modal window exists. Present window on click if main window is obscured. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@962 ee746299-78ed-0310-b773-934348b2243d --- src/gtkutils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gtkutils.h') diff --git a/src/gtkutils.h b/src/gtkutils.h index 9a2eed0b..15872de2 100644 --- a/src/gtkutils.h +++ b/src/gtkutils.h @@ -203,6 +203,7 @@ void gtkut_text_buffer_insert_with_tag_by_name gchar *gtkut_text_view_get_selection (GtkTextView *textview); void gtkut_window_popup (GtkWidget *window); +gboolean gtkut_window_modal_exist (void); void gtkut_widget_get_uposition (GtkWidget *widget, gint *px, -- cgit v1.2.3