Blob Blame History Raw
--- catfish-0.3.2/catfish.py.info	2008-10-24 09:35:21.000000000 +0900
+++ catfish-0.3.2/catfish.py	2011-12-14 13:29:33.553844836 +0900
@@ -686,7 +686,7 @@
                                 _('Click here to start the search daemon.')),
                                 '<span size="0">daemon:' + daemon + '</span>'])
                     else:
-                        status_icon = gtk.STOCK_INFO
+                        status_icon = gtk.STOCK_DIALOG_INFO
                         messages.append([_('No files were found.'), None])
                     status = _('No files found for "%s".') % keywords
                 else:
@@ -800,7 +800,7 @@
                     action = re.sub('<[^>]+>', '', action)
                     action_name, action_value = action.split(':')
                     subprocess.Popen([action_value])
-                    icon, message = gtk.STOCK_INFO, _('The search daemon was started.')
+                    icon, message = gtk.STOCK_DIALOG_INFO, _('The search daemon was started.')
                 except Exception, msg:
                     if self.options.debug: print 'Debug:', msg
                     icon, message = (gtk.STOCK_CANCEL