6203: typo when interrupting a gramplet
svn: r20922
This commit is contained in:
		@@ -365,7 +365,7 @@ class Gramplet(object):
 | 
				
			|||||||
        """
 | 
					        """
 | 
				
			||||||
        import gobject
 | 
					        import gobject
 | 
				
			||||||
        self._pause = True
 | 
					        self._pause = True
 | 
				
			||||||
        if self._idle_id == 0:
 | 
					        if self._idle_id != 0:
 | 
				
			||||||
            gobject.source_remove(self._idle_id)
 | 
					            gobject.source_remove(self._idle_id)
 | 
				
			||||||
            self._idle_id = 0
 | 
					            self._idle_id = 0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user