~ubuntu-branches/ubuntu/raring/synaptic/raring-updates

« back to all changes in this revision

Viewing changes to gtk/rgpkgdetails.h

  • Committer: Package Import Robot
  • Author(s): Michael Vogt
  • Date: 2012-02-13 17:50:45 UTC
  • Revision ID: package-import@ubuntu.com-20120213175045-19d4tvb3p6lox01m
Tags: 0.75.5~exp6
* unless the config option "Synaptic::InlineScreenshots" is set
  to true do not show the tiny screenshot thumbnails inline but
  instead download the big screenshot and show it in a window when
  clicking on the "Show screenshot" button
* gtk/gtkbuilder/window_main.ui:
  - fix "can_focus" property of entry_fast_search from false to
    true. Looks like glade messed this up.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
   static void cbShowScreenshot(GtkWidget *button, void *data);
46
46
   static void cbShowBigScreenshot(GtkWidget *button, GdkEventButton *event, void *data);
47
47
   static void cbShowChangelog(GtkWidget *button, void *data);
 
48
   static void doShowBigScreenshot(RPackage *pkg);
48
49
 
49
50
 public:
50
51
   RGPkgDetailsWindow(RGWindow *parent);