synaptic-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Synaptic-devel] "Mark for Complete Removal" not hidden on Fedora Co


From: Michael Vogt
Subject: Re: [Synaptic-devel] "Mark for Complete Removal" not hidden on Fedora Core 2
Date: Sat, 26 Jun 2004 20:22:22 +0200
User-agent: Mutt/1.5.6+20040523i

On Thu, Jun 24, 2004 at 02:12:19PM -0400, Matthew Miller wrote:
> I just built the 0.51 synaptic on Fedora Core 2, and the "Mark for Complete
> Removal" menu item shows up -- the gtk_widget_hide isn't working. "HAVE_RPM"
> is defined, though. I did this instead, which seems to work.....

Thanks for this bugreport. I fixed it in the upcoming 0.52 release. I
will release a test-release of 0.52 soon and I would love to get
feedback from you if the rpm version works as expected. 

thanks,
 Michael 
 
 
> --- synaptic-0.51/gtk/rgmainwindow.cc.nocomplete      2004-06-24 
> 13:46:52.057095779 -0400
> +++ synaptic-0.51/gtk/rgmainwindow.cc 2004-06-24 13:56:39.835086349 -0400
> @@ -1300,6 +1300,7 @@
>     gtk_menu_shell_append(GTK_MENU_SHELL(_popupMenu), menuitem);
>  
>  
> +#ifndef HAVE_RPM
>     menuitem = gtk_image_menu_item_new_with_label(_("Mark for Complete 
> Removal"));
>     img = get_gtk_image("package-purge");
>     gtk_image_menu_item_set_image(GTK_IMAGE_MENU_ITEM(menuitem), img);
> @@ -1307,8 +1308,6 @@
>     g_signal_connect(menuitem, "activate",
>                      (GCallback) cbPkgAction, (void *)PKG_PURGE);
>     gtk_menu_shell_append(GTK_MENU_SHELL(_popupMenu), menuitem);
> -#ifdef HAVE_RPM
> -   gtk_widget_hide(menuitem);
>  #endif
>  
>  #if 0  // disabled for now
> 
> -- 
> Matthew Miller           address@hidden        <http://www.mattdm.org/>
> Boston University Linux      ------>                <http://linux.bu.edu/>
> 
> 
> _______________________________________________
> Synaptic-devel mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/synaptic-devel

-- 
The first rule of holes is: when you find yourself in one, stop digging. - PJ
Linux is not The Answer. Yes is the answer. Linux is The Question. - Neo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]