In ui/gtk/main_welcome.c:welcome_new(), we have the following block of code in
lines 1390-1401:
#if 0
/* XXX - add this, once the Windows update functionality is implemented */
/* topic updates */
topic_vb = welcome_topic_new("Updates", &topic_to_fill);
gtk_box_pack_start(GTK_BOX(column_vb), topic_vb, TRUE, TRUE, 0);
label_text = g_strdup("<span foreground=\"black\">No updates
available!</span>");
w = gtk_label_new(label_text);
gtk_label_set_markup(GTK_LABEL(w), label_text);
g_free (label_text);
gtk_box_pack_start(GTK_BOX(topic_to_fill), w, TRUE, TRUE, 0);
#endif
Should this be added?
- Chris
________________________________________
From: [email protected]
[[email protected]] On Behalf Of [email protected]
[[email protected]]
Sent: Wednesday, February 20, 2013 3:16 PM
To: [email protected]
Subject: [Wireshark-commits] rev 47774: /trunk/ui/ /trunk/ui/:
software_update.c
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=47774
User: gerald
Date: 2013/02/20 12:16 PM
Log:
Forcing everyone to use the development update channel probably isn't
the best idea.
Directory: /trunk/ui/
Changes Path Action
+1 -1 software_update.c Modified
--
CONFIDENTIALITY NOTICE: The information contained in this email message is
intended only for use of the intended recipient. If the reader of this message
is not the intended recipient, you are hereby notified that any dissemination,
distribution or copying of this communication is strictly prohibited. If you
have received this communication in error, please immediately delete it from
your system and notify the sender by replying to this email. Thank you.
___________________________________________________________________________
Sent via: Wireshark-dev mailing list <[email protected]>
Archives: http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
mailto:[email protected]?subject=unsubscribe