~ubuntu-branches/ubuntu/natty/bamf/natty-proposed

« back to all changes in this revision

Viewing changes to src/bamf-window.c

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-09-27 22:28:40 UTC
  • mfrom: (1.1.17 upstream)
  • Revision ID: james.westby@ubuntu.com-20100927222840-hanjyj0fq242vuop
Tags: 0.2.58-0ubuntu1
* New upstream release:
  - Fix Nautilus' "File Operation" dialog gets stuck and prevents opening new
    Nautilus windows (LP: #647979)
  - Fix bamfdaemon crashed with SIGSEGV in g_str_hash() (LP: #638705)

Show diffs side-by-side

added added

removed removed

Lines of Context:
171
171
  
172
172
  bamf_view_set_active       (BAMF_VIEW (self), bamf_legacy_window_is_active (self->priv->window));
173
173
  bamf_view_set_urgent       (BAMF_VIEW (self), bamf_legacy_window_needs_attention (self->priv->window));
174
 
  bamf_view_set_user_visible (BAMF_VIEW (self), !bamf_legacy_window_is_skip_tasklist (self->priv->window));
 
174
  
 
175
  if (g_strcmp0 (bamf_legacy_window_get_class_name (self->priv->window), "Nautilus") == 0 &&
 
176
      g_strcmp0 (bamf_legacy_window_get_name (self->priv->window), "File Operations") == 0)
 
177
    bamf_view_set_user_visible (BAMF_VIEW (self), FALSE);
 
178
  else    
 
179
    bamf_view_set_user_visible (BAMF_VIEW (self), !bamf_legacy_window_is_skip_tasklist (self->priv->window));
175
180
}
176
181
 
177
182
static void