Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 114898 | Differences between
and this patch

Collapse All | Expand All

(-)emelfm.c.pre-H (-1 / +1 lines)
Lines 193-199 Link Here
193
{
193
{
194
  gchar *message = _("A new plugin is available: Unpack\n"
194
  gchar *message = _("A new plugin is available: Unpack\n"
195
                     "Would you like to install this plugin?");
195
                     "Would you like to install this plugin?");
196
  gint answer;
196
  guint answer;
197
197
198
  if (get_plugin_by_name("Unpack") != NULL)
198
  if (get_plugin_by_name("Unpack") != NULL)
199
    return;
199
    return;

Return to bug 114898