Blob Blame History Raw
Index: catfish-0.4.0.2/catfish.py
===================================================================
--- catfish-0.4.0.2.orig/catfish.py
+++ catfish-0.4.0.2/catfish.py
@@ -1103,7 +1103,7 @@ class catfish:
                                 _('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.')
                 else:
@@ -1387,7 +1387,7 @@ class catfish:
                     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
@@ -1529,7 +1529,7 @@ class catfish:
                         listmodel.append(filegroup[4])
             if len(listmodel) == 0:
                 self.clear_deepsearch = True
-                status_icon = Gtk.STOCK_INFO
+                status_icon = Gtk.STOCK_DIALOG_INFO
                 messages.append([_('No files were found.'), None])
                 status = _('No files found.')
             else: